chore: remove debug log

This commit is contained in:
CyberL1
2025-12-02 11:30:01 +01:00
parent c07a30efab
commit 03ef043190
@@ -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);
}