Skip to content

Commit 5653cc6

Browse files
committed
console log removed
1 parent 329cd32 commit 5653cc6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/ChallengeEditor/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,6 @@ class ChallengeEditor extends Component {
396396
newChallenge[field][index][option.key] = option.name
397397
}
398398
}
399-
console.log(newChallenge)
400399
this.setState({ challenge: newChallenge }, () => {
401400
this.validateChallenge()
402401
})

0 commit comments

Comments
 (0)