mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-10 01:01:16 -04:00
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,
|
||||
unlockUntrustedCode
|
||||
} = this.props;
|
||||
console.log(isDisabled);
|
||||
|
||||
return (
|
||||
<div>
|
||||
{ this.renderHint(hint, this.makeHintm, isDisabled) }
|
||||
|
||||
Reference in New Issue
Block a user