Skip to content

Commit

Permalink
fix: 🐛 Remove debugger statement left in from last PR (OHIF#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesAPetts authored Oct 15, 2019
1 parent 3a42801 commit d091cd6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions platform/viewer/src/connectedComponents/PluginSwitch.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ class PluginSwitch extends Component {
const { label, icon } = this.state;

// Render exit mpr if switched on, otherwise check if mpr button should be displayed.

debugger;

const shouldRender =
this.state.isPlugSwitchOn || _shouldRenderMpr2DButton.call(this);

Expand Down

0 comments on commit d091cd6

Please sign in to comment.