remove errant log statement

This commit is contained in:
Daniel Hengeveld
2016-02-03 17:15:05 -08:00
committed by Ben Ogle
parent a8a5006950
commit bdb9866ff1

View File

@@ -106,7 +106,6 @@ class AutoUpdateManager
@checkForUpdatesIntervalID = null
check: ({hidePopups}={}) ->
console.log 'checking for update'
unless hidePopups
autoUpdater.once 'update-not-available', @onUpdateNotAvailable
autoUpdater.once 'error', @onUpdateError