mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
fix(log): Rm unecessary console.log call
This commit is contained in:
parent
0362849b22
commit
fb18299bc2
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ class NylasSyncWorker
|
||||||
@_state.cursor = val
|
@_state.cursor = val
|
||||||
@writeState()
|
@writeState()
|
||||||
onStatusChanged: (status, statusCode) =>
|
onStatusChanged: (status, statusCode) =>
|
||||||
console.log('status changing!!!')
|
|
||||||
@_state.longConnectionStatus = status
|
@_state.longConnectionStatus = status
|
||||||
if status is NylasLongConnection.Status.Closed
|
if status is NylasLongConnection.Status.Closed
|
||||||
# Make the delay 30 seconds if we get a 403
|
# Make the delay 30 seconds if we get a 403
|
||||||
|
|
Loading…
Reference in a new issue