mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 04:48:44 +03:00
Remove superfluous logging
This commit is contained in:
parent
4629905b65
commit
cf3e1a9b6d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user