diff --git "a/src/api/routes/webhooks/\043webhook_id/\043token/github.ts" "b/src/api/routes/webhooks/\043webhook_id/\043token/github.ts" index 3499432..a85f4b6 100644 --- "a/src/api/routes/webhooks/\043webhook_id/\043token/github.ts" +++ "b/src/api/routes/webhooks/\043webhook_id/\043token/github.ts" @@ -358,7 +358,6 @@ case "ping": return res.status(204); default: - console.debug("Unsupported GitHub event type:", eventType); return res.send(500); }