mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 20:41:17 +01:00
refactor: remove log
This commit is contained in:
@@ -187,7 +187,6 @@ async function getBundleMetadata(target) {
|
|||||||
nconf.get('themes_path'),
|
nconf.get('themes_path'),
|
||||||
(themeData['theme:type'] && themeData['theme:type'] === 'local' ? themeId : 'nodebb-theme-harmony')
|
(themeData['theme:type'] && themeData['theme:type'] === 'local' ? themeId : 'nodebb-theme-harmony')
|
||||||
);
|
);
|
||||||
console.log(themeData);
|
|
||||||
paths.unshift(baseThemePath);
|
paths.unshift(baseThemePath);
|
||||||
paths.unshift(`${baseThemePath}/node_modules`);
|
paths.unshift(`${baseThemePath}/node_modules`);
|
||||||
themeData.bsVariables = parseInt(themeData.useBSVariables, 10) === 1 ? (themeData.bsVariables || '') : '';
|
themeData.bsVariables = parseInt(themeData.useBSVariables, 10) === 1 ? (themeData.bsVariables || '') : '';
|
||||||
|
|||||||
Reference in New Issue
Block a user