diff --git a/src/meta/themes.js b/src/meta/themes.js index d7511592c0..e92dbc0a3d 100644 --- a/src/meta/themes.js +++ b/src/meta/themes.js @@ -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');