mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +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
|
// @ts-expect-error - TypeScript doesn't like iterating over the keys, but that's OK
|
||||||
.filter(flag => flags?.[flag])[0] || 'standard';
|
.filter(flag => flags?.[flag])[0] || 'standard';
|
||||||
|
|
||||||
console.log(flagString)
|
|
||||||
|
|
||||||
AnalyticsEngine.writeDataPoint({
|
AnalyticsEngine.writeDataPoint({
|
||||||
blobs: [
|
blobs: [
|
||||||
event.request.cf?.colo as string, /* Datacenter location */
|
event.request.cf?.colo as string, /* Datacenter location */
|
||||||
|
|
Loading…
Add table
Reference in a new issue