fix(console.log): Remove errant console.log
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
649219766d
commit
cbd02a187d
@ -119,7 +119,7 @@ class ToolPanel extends PureComponent {
|
|||||||
openHelpModal,
|
openHelpModal,
|
||||||
unlockUntrustedCode
|
unlockUntrustedCode
|
||||||
} = this.props;
|
} = this.props;
|
||||||
console.log(isDisabled);
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
{ this.renderHint(hint, this.makeHintm, isDisabled) }
|
{ this.renderHint(hint, this.makeHintm, isDisabled) }
|
||||||
|
Reference in New Issue
Block a user