Skip to content

Commit

Permalink
Remove unnecessary if on abort handler
Browse files Browse the repository at this point in the history
  • Loading branch information
tamorim committed Oct 27, 2015
1 parent f12e6e2 commit 50b7d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/watch.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ class Watcher
client.headers['x-vtex-user'] = @credentials.email

client.on 'SandboxStateHub', 'Abort', (msg) ->
console.log msg if msg
console.log msg
client.end()

client.serviceHandlers.connected = (conn) ->
Expand Down

0 comments on commit 50b7d08

Please sign in to comment.