mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-04 23:00:31 +01:00
removing console logs from upgrade script
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user