diff options
Diffstat (limited to 'src/webGLClient.js')
-rw-r--r-- | src/webGLClient.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webGLClient.js b/src/webGLClient.js index 41e23448..28bebde2 100644 --- a/src/webGLClient.js +++ b/src/webGLClient.js @@ -55,7 +55,7 @@ function WebGLClient() { } this.onmessage = function(msg) { - dump('client GL got ' + JSON.stringify(msg) + '\n'); + //dump('client GL got ' + JSON.stringify(msg) + '\n'); switch(msg.op) { case 'render': { renderCommands(msg.commandBuffer); |