refactor: remove log

isekai-main
Barış Soner Uşaklı 2 years ago
parent 1512a37d42
commit 9522951fbd

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

Loading…
Cancel
Save