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',