diff --git a/app.js b/app.js index 116c33f479..dd8d160a7e 100644 --- a/app.js +++ b/app.js @@ -37,7 +37,6 @@ console.log('Info: ==='); if (!nconf.get('setup') && nconf.get('base_url')) { nconf.set('url', nconf.get('base_url') + (nconf.get('use_port') ? ':' + nconf.get('port') : '') + nconf.get('relative_path') + '/'); nconf.set('upload_url', nconf.get('url') + 'uploads/'); - console.log('NCONF CHECK', nconf.get('base_url'), nconf.get('upload_url'), nconf.get('url')); global.nconf = nconf; console.log('Info: Initializing NodeBB v' + pkg.version + ', on port ' + nconf.get('port') + ', using Redis store at ' + nconf.get('redis:host') + ':' + nconf.get('redis:port') + '.');