diff --git a/src/api/util/handlers/Webhook.ts b/src/api/util/handlers/Webhook.ts index e77bcbde..e9e0bf6c 100644 --- a/src/api/util/handlers/Webhook.ts +++ b/src/api/util/handlers/Webhook.ts @@ -51,7 +51,6 @@ export const executeWebhook = async (req: Request, res: Response) => { }, relations: ["channel", "guild", "application"], }); - console.log("in here?", wait); if (!webhook) { if (wait) {