remove meaningless debug

This commit is contained in:
Girish Ramakrishnan
2020-05-24 20:11:03 -07:00
parent ce927a2247
commit 2e820c343a

View File

@@ -47,8 +47,6 @@ function sync(callback) {
return iteratorDone(); // nothing changed
}
debug(`sync: app ${app.fqdn} changed`);
stopJobs(app.id, appState, function (error) {
if (error) debug(`sync: error stopping jobs of ${app.fqdn} : ${error.message}`);