mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-01 21:30:30 +01:00
refactor: remove log
This commit is contained in:
@@ -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 || '') : '';
|
||||
|
||||
Reference in New Issue
Block a user