From d091cd604c91da4531a6c5417ff3d2b6c66ce6fa Mon Sep 17 00:00:00 2001 From: James Petts Date: Tue, 15 Oct 2019 17:03:29 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Remove=20debugger=20state?= =?UTF-8?q?ment=20left=20in=20from=20last=20PR=20(#1052)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/viewer/src/connectedComponents/PluginSwitch.js | 3 --- 1 file changed, 3 deletions(-) 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);