Remove superfluous logging

This commit is contained in:
probablycorey 2013-08-07 15:52:49 -07:00
parent 4629905b65
commit cf3e1a9b6d

View File

@ -79,8 +79,6 @@ class AtomApplication
app.commandLine.appendSwitch 'js-flags', '--harmony_collections'
checkForUpdates: ->
autoUpdater.on 'will-install-update-raw', console.log 'will-install-update-raw'
autoUpdater.on 'ready-for-update-on-quit-raw', console.log 'ready-for-update-on-quit-raw'
return if /\w{7}/.test @version # Don't check for updates if version is a short sha
autoUpdater.setAutomaticallyDownloadsUpdates true