From e5d5a7d3fd4fcf56447658462235c55a1247063f Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Mon, 25 Jun 2012 21:42:56 -0500 Subject: [PATCH] websock.js: comment out debug options. --- include/websock.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/websock.js b/include/websock.js index 9295cded..20d51d6a 100644 --- a/include/websock.js +++ b/include/websock.js @@ -21,9 +21,9 @@ // Load Flash WebSocket emulator if needed // To force WebSocket emulator even when native WebSocket available -window.WEB_SOCKET_FORCE_FLASH = true; +//window.WEB_SOCKET_FORCE_FLASH = true; // To enable WebSocket emulator debug: -window.WEB_SOCKET_DEBUG=1; +//window.WEB_SOCKET_DEBUG=1; if (window.WebSocket && !window.WEB_SOCKET_FORCE_FLASH) { Websock_native = true;