From e7d9e2f460de971162d85104128eecddbcf8433d Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Fri, 3 Nov 2023 16:33:09 -0400 Subject: [PATCH] Remove temp event logging --- src/embed/status.ts | 2 -- src/worker.ts | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/embed/status.ts b/src/embed/status.ts index 666c0ab..3c9e410 100644 --- a/src/embed/status.ts +++ b/src/embed/status.ts @@ -35,8 +35,6 @@ export const handleStatus = async ( ): Promise => { console.log('Direct?', flags?.direct); - console.log('event', event) - let fetchWithThreads = false; /* TODO: Enable actually pulling threads once we can actually do something with them */ diff --git a/src/worker.ts b/src/worker.ts index c907606..ad8e11e 100644 --- a/src/worker.ts +++ b/src/worker.ts @@ -132,8 +132,6 @@ const statusRequest = async (request: IRequest, event: FetchEvent, flags: InputF console.log('Bypass bot check'); } - console.log('event', event) - /* This throws the necessary data to handleStatus (in status.ts) */ const statusResponse = await handleStatus( id?.match(/\d{2,20}/)?.[0] || '0',