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:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user