Enabled debugging.
This commit is contained in:
parent
5c5372c888
commit
e09f4d19f0
2 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ class _Singleton extends Spine.Controller
|
|||
|
||||
@ws.onmessage = (e) ->
|
||||
pipe = JSON.parse( e.data )
|
||||
# console.log( "ws:onmessage", pipe )
|
||||
console.log( "ws:onmessage", pipe )
|
||||
|
||||
# go through all blocks
|
||||
for item in pipe
|
||||
|
|
|
@ -307,7 +307,7 @@ class UserState
|
|||
end
|
||||
end
|
||||
self.log "---/user-"
|
||||
sleep 1.2
|
||||
sleep 1
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue