fix(console.log): Remove errant console.log

This commit is contained in:
Stuart Taylor
2018-03-23 14:27:33 +00:00
committed by Mrugesh Mohapatra
parent 649219766d
commit cbd02a187d

View File

@ -119,7 +119,7 @@ class ToolPanel extends PureComponent {
openHelpModal,
unlockUntrustedCode
} = this.props;
console.log(isDisabled);
return (
<div>
{ this.renderHint(hint, this.makeHintm, isDisabled) }