mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Remove temp event logging
This commit is contained in:
parent
495b6df31f
commit
e7d9e2f460
2 changed files with 0 additions and 4 deletions
|
@ -35,8 +35,6 @@ export const handleStatus = async (
|
|||
): Promise<StatusResponse> => {
|
||||
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 */
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue