0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 07:42:39 +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

@@ -212,9 +212,6 @@ const MetadataEditor = createClass({
};
const currentTheme = mergedThemes[`${_.upperFirst(this.props.metadata.theme[0] === '#' ? 'Brew' : this.props.metadata.renderer)}`][this.props.metadata.theme];
console.log('currentTheme');
console.log(this.props.metadata.themeClass);
console.log('currentTheme');
let dropdown;
if(this.props.metadata.renderer == 'legacy') {