We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593cad6 commit 8cfc04bCopy full SHA for 8cfc04b
1 file changed
forge/ee/lib/autoUpdateStacks/tasks/upgrade-stack.js
@@ -46,7 +46,6 @@ module.exports = {
46
// Space out restarts a little to not overwhelm k8s api
47
await delay(2000)
48
} catch (err) {
49
- console.log(err)
50
app.log.info(`Problem updating project ${project.Project.id} - ${err.toString()}`)
51
}
52
} else if (project.value.restart) {
0 commit comments