Skip to content

Commit

Permalink
remove console log and the commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Coelho committed May 14, 2019
1 parent 5b54135 commit d04de57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ class CodeEditor extends Component {
} = this.props;
const { code } = this.state;

// const baseTheme = theme || liveTheme;
console.log(theme, 'theme!');
const baseTheme =
theme && typeof theme.plain === 'object' ? theme.plain : {};

Expand Down

0 comments on commit d04de57

Please sign in to comment.