From 6ae858d35ca3bb8ecdfb36da691c3bc73090ef81 Mon Sep 17 00:00:00 2001 From: probablycorey Date: Fri, 24 May 2013 09:06:52 -0700 Subject: [PATCH] :see_no_evil: --- src/main.coffee | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main.coffee b/src/main.coffee index 70dac27cf..8b4ae480b 100644 --- a/src/main.coffee +++ b/src/main.coffee @@ -76,9 +76,7 @@ delegate.browserMainParts.preMainMessageLoopRun = -> client.write(output) callback(true) - client.on 'error', (args...) -> - console.log 'error', args - callback(false) + client.on 'error', (args...) -> callback(false) listen = -> fs.unlinkSync socketPath if fs.existsSync(socketPath)