From 4135390e009022c18727f8704f56a20d188491fc Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Wed, 19 Nov 2025 08:39:38 -0600 Subject: [PATCH] get rid of log --- src/api/util/handlers/Webhook.ts | 1 - 1 file changed, 1 deletion(-) 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) {