diff --git a/backend/src/webhook/github.ts b/backend/src/webhook/github.ts index df14726ab..77171507a 100644 --- a/backend/src/webhook/github.ts +++ b/backend/src/webhook/github.ts @@ -3,8 +3,6 @@ import path from 'path' import CONFIG from '../config' export const githubWebhook = async (req: any, res: any): Promise => { - // eslint-disable-next-line no-console - console.log('Hook received') // End call as early as possible res.status(200).end() // eslint-disable-next-line no-console