remove debug

This commit is contained in:
Girish Ramakrishnan
2021-05-07 22:59:38 -07:00
parent b3a805faff
commit dea31109e2

View File

@@ -71,8 +71,6 @@ function updateApp(app, values, callback) {
assert.strictEqual(typeof values, 'object');
assert.strictEqual(typeof callback, 'function');
debugApp(app, 'updating app with values: %j', values);
appdb.update(app.id, values, function (error) {
if (error) return callback(error);