removing console logs from upgrade script

v1.18.x
Julian Lam 11 years ago
parent 7d382b2900
commit cc0fabc619

@ -312,12 +312,10 @@ Upgrade.upgrade = function(callback) {
});
},
function(next) {
console.log('saving new settings');
db.setObject('settings:markdown', settings, next);
},
function(next) {
async.each(fields, function(field, next) {
console.log('deleting', field);
db.deleteObjectField('config', field, next);
}, next);
}

Loading…
Cancel
Save