Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
yukixz committed Sep 20, 2015
1 parent 1a44ba6 commit 6b5f6e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.cjsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ module.exports =
handleRefresh: () ->
# Reset server nonce
SERVER_NONCE = Math.floor(Math.random() * SERVERS.length)
console.log(SERVER_NONCE)
# Update notify config
if @state.notifySecretary > 0
@updateNotifyConfig(@state.notifySecretary)
Expand Down

0 comments on commit 6b5f6e1

Please sign in to comment.