removed comment

This commit is contained in:
Ulf Gebhardt 2022-01-12 16:59:53 +01:00
parent e1a1af0c8f
commit d41c404288
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -5,8 +5,6 @@ import CONFIG from '../config'
export const githubWebhook = async (req: any, res: any): Promise<void> => {
// 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') {