From 5f7f73d06e15a002bb9adaa6575174bb5029c338 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Thu, 5 Sep 2013 07:33:19 +0000 Subject: [PATCH] eliminate BEL which makes terminal bounce --- lib/jam_websockets/router.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jam_websockets/router.rb b/lib/jam_websockets/router.rb index 48ad33022..4100f4116 100644 --- a/lib/jam_websockets/router.rb +++ b/lib/jam_websockets/router.rb @@ -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