fix(log): Rm unecessary console.log call

This commit is contained in:
Juan Tejada 2016-07-28 10:31:48 -07:00
parent 0362849b22
commit fb18299bc2

View file

@ -57,7 +57,6 @@ class NylasSyncWorker
@_state.cursor = val
@writeState()
onStatusChanged: (status, statusCode) =>
console.log('status changing!!!')
@_state.longConnectionStatus = status
if status is NylasLongConnection.Status.Closed
# Make the delay 30 seconds if we get a 403