mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-21 16:00:26 +01:00
printing initialization message twice for some reason
This commit is contained in:
@@ -79,7 +79,6 @@ module.exports.listen = function (callback) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
function initializeNodeBB(callback) {
|
function initializeNodeBB(callback) {
|
||||||
winston.info('initializing NodeBB ...');
|
|
||||||
var middleware = require('./middleware');
|
var middleware = require('./middleware');
|
||||||
|
|
||||||
async.waterfall([
|
async.waterfall([
|
||||||
|
|||||||
Reference in New Issue
Block a user