From d41c404288aecc907b35a75fbc04d6a73185f579 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 12 Jan 2022 16:59:53 +0100 Subject: [PATCH] removed comment --- backend/src/webhook/github.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/src/webhook/github.ts b/backend/src/webhook/github.ts index 77171507a..31ce5ed94 100644 --- a/backend/src/webhook/github.ts +++ b/backend/src/webhook/github.ts @@ -5,8 +5,6 @@ import CONFIG from '../config' export const githubWebhook = async (req: any, res: any): Promise => { // End call as early as possible res.status(200).end() - // eslint-disable-next-line no-console - console.log('Call ended') // Handle push events if (req.headers['x-github-event'] === 'push') {