Remove logging

This commit is contained in:
Nathan Sobo
2015-09-07 19:12:57 -06:00
parent 4843f88a6e
commit a28dc086df

View File

@@ -175,9 +175,6 @@ class AtomReporter
@reloadButton.addEventListener('click', -> require('ipc').send('call-window-method', 'restart'))
document.addEventListener 'keydown', (event) ->
console.log event
updateSpecCounts: ->
if @skippedCount
specCount = "#{@completeSpecCount - @skippedCount}/#{@totalSpecCount - @skippedCount} (#{@skippedCount} skipped)"