mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove console log
This commit is contained in:
parent
68da12cfa1
commit
bfda1984ec
@ -14,7 +14,7 @@ export const githubWebhook = async (req: any, res: any): Promise<void> => {
|
||||
if (req.headers['x-github-event'] === 'push') {
|
||||
const payload = req.body
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(payload)
|
||||
// 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user