removed some console logging

v1.18.x
Julian Lam 10 years ago
parent b95710b2c9
commit 67770e568f

@ -33,7 +33,6 @@ var async = require('async'),
}; };
Meta.reload = function(callback) { Meta.reload = function(callback) {
console.log('reloading');
async.series([ async.series([
async.apply(plugins.clearRequireCache), async.apply(plugins.clearRequireCache),
async.apply(plugins.reload), async.apply(plugins.reload),
@ -51,7 +50,6 @@ var async = require('async'),
], next); ], next);
} }
], function(err) { ], function(err) {
console.log('yaaa I am here', err);
if (!err) { if (!err) {
emitter.emit('nodebb:ready'); emitter.emit('nodebb:ready');
} }

Loading…
Cancel
Save