removed some console logging

This commit is contained in:
Julian Lam
2014-10-22 17:59:21 -04:00
parent b95710b2c9
commit 67770e568f

View File

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