aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/webGLClient.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webGLClient.js b/src/webGLClient.js
index 3b2a1f08..397cfa8c 100644
--- a/src/webGLClient.js
+++ b/src/webGLClient.js
@@ -184,7 +184,6 @@ function WebGLClient() {
while (i < len) {
var info = calls[buffer[i++]];
var name = info.name;
- assert(typeof name === 'string');
info.func(name);
//var err;
//while ((err = ctx.getError()) !== ctx.NO_ERROR) {