fix: 🐛 Remove debugger statement left in from last PR (#1052)
This commit is contained in:
parent
3a4280163d
commit
d091cd604c
@ -44,9 +44,6 @@ class PluginSwitch extends Component {
|
|||||||
const { label, icon } = this.state;
|
const { label, icon } = this.state;
|
||||||
|
|
||||||
// Render exit mpr if switched on, otherwise check if mpr button should be displayed.
|
// Render exit mpr if switched on, otherwise check if mpr button should be displayed.
|
||||||
|
|
||||||
debugger;
|
|
||||||
|
|
||||||
const shouldRender =
|
const shouldRender =
|
||||||
this.state.isPlugSwitchOn || _shouldRenderMpr2DButton.call(this);
|
this.state.isPlugSwitchOn || _shouldRenderMpr2DButton.call(this);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user