mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-20 22:43:01 +01:00
removed console.log
This commit is contained in:
@@ -108,7 +108,6 @@ module.exports = function(Meta) {
|
||||
};
|
||||
|
||||
Meta.themes.setPath = function(themeObj) {
|
||||
console.log(themeObj);
|
||||
// Theme's templates path
|
||||
var themePath = nconf.get('base_templates_path'),
|
||||
fallback = path.join(nconf.get('themes_path'), themeObj.id, 'templates');
|
||||
|
||||
Reference in New Issue
Block a user