mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-31 17:39:39 +00:00
websock.js: comment out debug options.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user