mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Remove unused parameter
This commit is contained in:
parent
dde645e770
commit
edacebb53c
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ do sendPings = () ->
|
|||
sendPing () ->
|
||||
setTimeout sendPings, PING_DELAY
|
||||
|
||||
do listenInBackground = (cb = () ->) ->
|
||||
do listenInBackground = () ->
|
||||
listenForPing (error, value) ->
|
||||
console.error "[RECEIVING ERROR]", error.message if error
|
||||
setTimeout listenInBackground
|
||||
|
|
Loading…
Reference in a new issue