get rid of log

This commit is contained in:
MathMan05 2025-11-19 08:39:38 -06:00
parent 45be302302
commit 4135390e00

View File

@ -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) {