mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 02:20:54 +01:00
Remove debug comment
This commit is contained in:
parent
d3e255d911
commit
227ea930b2
1 changed files with 0 additions and 2 deletions
|
@ -150,8 +150,6 @@ const writeDataPoint = (event: FetchEvent, language: string | undefined, nsfw: b
|
|||
// @ts-expect-error - TypeScript doesn't like iterating over the keys, but that's OK
|
||||
.filter(flag => flags?.[flag])[0] || 'standard';
|
||||
|
||||
console.log(flagString)
|
||||
|
||||
AnalyticsEngine.writeDataPoint({
|
||||
blobs: [
|
||||
event.request.cf?.colo as string, /* Datacenter location */
|
||||
|
|
Loading…
Add table
Reference in a new issue