Skip to content

Commit

Permalink
fix(statevis): Remove console.log leftover (#41)
Browse files Browse the repository at this point in the history
Leftover from 3b6b46a
  • Loading branch information
jrencz authored and christopherthielen committed Jan 2, 2018
1 parent 0ddb0d3 commit a0f54a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/statevis/StateVisualizer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ export class StateVisualizer extends Component<IProps, IState> {
if (this.props.minimizeAfter) {
const doMinimize = () => this.setState({ minimized: true });
this.minimizeTimeout = setTimeout(doMinimize, this.props.minimizeAfter);
console.log("timeout:", this.minimizeTimeout)
}
}

Expand Down

0 comments on commit a0f54a9

Please sign in to comment.