remove console log

This commit is contained in:
Ulf Gebhardt 2022-01-12 16:46:24 +01:00
parent 42e23578d4
commit d2d22f68b2
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

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