Snowflake proxy successfully reset and bootstrap a new client (#15)

This commit is contained in:
Serene Han 2016-01-22 12:22:09 -08:00
parent 133f657928
commit 77fbfe0e66
4 changed files with 33 additions and 25 deletions

View file

@ -69,7 +69,6 @@ class Broker
return
xhr.onreadystatechange = ->
return if xhr.DONE != xhr.readyState
log xhr
switch xhr.status
when STATUS_OK
log 'Broker: Successfully replied with answer.'