mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
removed console log
This commit is contained in:
@@ -31,7 +31,6 @@ var Controllers = {
|
||||
|
||||
Controllers.home = function(req, res, next) {
|
||||
var route = meta.config.homePageRoute || (meta.config.homePageCustom || '').replace(/^\/+/, '') || 'categories';
|
||||
console.log(route, meta.config);
|
||||
|
||||
user.getSettings(req.uid, function(err, settings) {
|
||||
if (err) {
|
||||
|
||||
Reference in New Issue
Block a user