removed console.log

v1.18.x
Julian Lam 11 years ago
parent c9228f1483
commit 6b786012d8

@ -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');

Loading…
Cancel
Save