mirror of
https://github.com/spacebarchat/server.git
synced 2026-07-19 11:36:16 +00:00
chore: remove debug log
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user