diff --git a/platform/viewer/src/connectedComponents/PluginSwitch.js b/platform/viewer/src/connectedComponents/PluginSwitch.js index fd95e5627..12074625e 100644 --- a/platform/viewer/src/connectedComponents/PluginSwitch.js +++ b/platform/viewer/src/connectedComponents/PluginSwitch.js @@ -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);