Remove temp event logging

This commit is contained in:
dangered wolf 2023-11-03 16:33:09 -04:00
parent 495b6df31f
commit e7d9e2f460
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58
2 changed files with 0 additions and 4 deletions

View file

@ -35,8 +35,6 @@ export const handleStatus = async (
): Promise<StatusResponse> => { ): Promise<StatusResponse> => {
console.log('Direct?', flags?.direct); console.log('Direct?', flags?.direct);
console.log('event', event)
let fetchWithThreads = false; let fetchWithThreads = false;
/* TODO: Enable actually pulling threads once we can actually do something with them */ /* TODO: Enable actually pulling threads once we can actually do something with them */

View file

@ -132,8 +132,6 @@ const statusRequest = async (request: IRequest, event: FetchEvent, flags: InputF
console.log('Bypass bot check'); console.log('Bypass bot check');
} }
console.log('event', event)
/* This throws the necessary data to handleStatus (in status.ts) */ /* This throws the necessary data to handleStatus (in status.ts) */
const statusResponse = await handleStatus( const statusResponse = await handleStatus(
id?.match(/\d{2,20}/)?.[0] || '0', id?.match(/\d{2,20}/)?.[0] || '0',