mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Remove logging
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user