eliminate BEL which makes terminal bounce

This commit is contained in:
Ubuntu 2013-09-05 07:33:19 +00:00
parent 062a5299b8
commit 5f7f73d06e
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ module JamWebsockets
def send_to_client(client, msg)
@log.debug "SEND TO CLIENT START (#{msg})"
@log.debug "SEND TO CLIENT START" # (#{msg})"
if client.encode_json
client.send(msg.to_json.to_s)
else