0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 12:02:44 +00:00

Cleanup of console logging

This commit is contained in:
David Bolack
2024-02-27 20:51:59 -06:00
parent 7384cdc241
commit 8f15887c03
7 changed files with 0 additions and 31 deletions

View File

@@ -37,9 +37,6 @@ const EditPage = createClass({
},
getInitialState : function() {
console.log('Edit Initial');
console.log(this.props);
console.log('Edit Initial');
return {
brew : this.props.brew,
isSaving : false,

View File

@@ -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;