We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a42801 commit d091cd6Copy full SHA for d091cd6
1 file changed
platform/viewer/src/connectedComponents/PluginSwitch.js
@@ -44,9 +44,6 @@ class PluginSwitch extends Component {
44
const { label, icon } = this.state;
45
46
// Render exit mpr if switched on, otherwise check if mpr button should be displayed.
47
-
48
- debugger;
49
50
const shouldRender =
51
this.state.isPlugSwitchOn || _shouldRenderMpr2DButton.call(this);
52
0 commit comments