Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Sep 9, 2018
1 parent defae9c commit 3df9165
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/countdown.js
Expand Up @@ -10,7 +10,6 @@ class Countdown extends React.Component {
clearInterval(this.interval)
this.setState({remainingTime: 0})
} else {
console.log('setting state')
this.setState({
remainingTime,
})
Expand Down

0 comments on commit 3df9165

Please sign in to comment.