Skip to content

Commit d091cd6

Browse files
authored
fix: 🐛 Remove debugger statement left in from last PR (#1052)
1 parent 3a42801 commit d091cd6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

platform/viewer/src/connectedComponents/PluginSwitch.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ class PluginSwitch extends Component {
4444
const { label, icon } = this.state;
4545

4646
// Render exit mpr if switched on, otherwise check if mpr button should be displayed.
47-
48-
debugger;
49-
5047
const shouldRender =
5148
this.state.isPlugSwitchOn || _shouldRenderMpr2DButton.call(this);
5249

0 commit comments

Comments
 (0)