diff --git a/src/api/routes/webhooks/#webhook_id/#token/github.ts b/src/api/routes/webhooks/#webhook_id/#token/github.ts index 3499432ad..a85f4b6b8 100644 --- a/src/api/routes/webhooks/#webhook_id/#token/github.ts +++ b/src/api/routes/webhooks/#webhook_id/#token/github.ts @@ -358,7 +358,6 @@ const parseGitHubWebhook = (req: Request, res: Response, next: NextFunction) => case "ping": return res.status(204); default: - console.debug("Unsupported GitHub event type:", eventType); return res.send(500); }