remove unused comment

This commit is contained in:
Ulf Gebhardt 2022-01-12 18:36:19 +01:00
parent 088d4c0219
commit 5e5991d004
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -9,8 +9,6 @@ export const githubWebhook = async (req: any, res: any): Promise<void> => {
// Handle push events
if (req.headers['x-github-event'] === 'push') {
const payload = req.body
// eslint-disable-next-line no-console
// console.log(payload)
if (payload.ref === `refs/heads/${CONFIG.WEBHOOK_GITHUB_BRANCH}`) {
// spawn shell and detach process to allow killing of parent process in the update script