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