diff --git a/src/meta/css.js b/src/meta/css.js index 3396e6edd3..f7b4386870 100644 --- a/src/meta/css.js +++ b/src/meta/css.js @@ -187,7 +187,6 @@ async function getBundleMetadata(target) { nconf.get('themes_path'), (themeData['theme:type'] && themeData['theme:type'] === 'local' ? themeId : 'nodebb-theme-harmony') ); - console.log(themeData); paths.unshift(baseThemePath); paths.unshift(`${baseThemePath}/node_modules`); themeData.bsVariables = parseInt(themeData.useBSVariables, 10) === 1 ? (themeData.bsVariables || '') : '';