mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
remove errant log statement
This commit is contained in:
committed by
Ben Ogle
parent
a8a5006950
commit
bdb9866ff1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user