From cf3e1a9b6d7be0209dbc8b7204135ad1cac5d105 Mon Sep 17 00:00:00 2001 From: probablycorey Date: Wed, 7 Aug 2013 15:52:49 -0700 Subject: [PATCH] Remove superfluous logging --- src/atom-application.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/atom-application.coffee b/src/atom-application.coffee index 4285e2339..8b420d322 100644 --- a/src/atom-application.coffee +++ b/src/atom-application.coffee @@ -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