summaryrefslogtreecommitdiff
path: root/src/proxyClient.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-06-06 16:07:39 -0700
committerAlon Zakai <alonzakai@gmail.com>2014-06-06 16:07:39 -0700
commitf663e4fb30bad72783d5059f1efcd70b83846979 (patch)
treefe89eda86528fb71915c61e7f93ca898b3b8cee2 /src/proxyClient.js
parentcec906c9c27fba775270e62aa3359489fe452c56 (diff)
proxy getExtension
Diffstat (limited to 'src/proxyClient.js')
-rw-r--r--src/proxyClient.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proxyClient.js b/src/proxyClient.js
index 53412671..3b27c12a 100644
--- a/src/proxyClient.js
+++ b/src/proxyClient.js
@@ -31,7 +31,7 @@ WebGLClient.prefetch(); // XXX not guaranteed to be before worker main()
var workerResponded = false;
worker.onmessage = function worker_onmessage(event) {
- dump('client got ' + JSON.stringify(event.data) + '\n');
+ //dump('client got ' + JSON.stringify(event.data) + '\n');
if (!workerResponded) {
workerResponded = true;
if (Module.setStatus) Module.setStatus('');