diff --git a/src/browser/atom-application.coffee b/src/browser/atom-application.coffee index 275eebfe7..5c98e8697 100644 --- a/src/browser/atom-application.coffee +++ b/src/browser/atom-application.coffee @@ -142,7 +142,6 @@ class AtomApplication # Check for update after Atom has fully started and the menus are created setTimeout((-> autoUpdater.checkForUpdates()), 10000) - checkForUpdate: -> autoUpdater.once 'update-available', -> dialog.showMessageBox