fix: 🐛 Remove debugger statement left in from last PR (#1052)

This commit is contained in:
James Petts 2019-10-15 17:03:29 +01:00 committed by GitHub
parent 3a4280163d
commit d091cd604c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);