mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 15:46:28 +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
|
||||
@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
|
||||
|
|
Loading…
Reference in a new issue