mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 18:32:40 +00:00
Cleanup of console logging
This commit is contained in:
@@ -188,9 +188,6 @@ const BrewRenderer = (props)=>{
|
||||
rendererPath = 'Brew';
|
||||
}
|
||||
let themePath = props.theme ?? '5ePHB';
|
||||
console.log(`props.userThemes`);
|
||||
console.log(props);
|
||||
console.log(`props.userThemes`);
|
||||
const Themes = { ...staticThemes, ...props.userThemes };
|
||||
let baseThemePath = Themes[rendererPath][themePath]?.baseTheme;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user