We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec9c330 commit e175f8aCopy full SHA for e175f8a
1 file changed
src/backend/functionNode_webgl.js
@@ -348,7 +348,6 @@ var functionNode_webgl = (function() {
348
if (forNode.test.right.type == "Identifier"
349
&& forNode.test.operator == "<") {
350
351
- console.log(opt.loopMaxIterations);
352
if (opt.loopMaxIterations === undefined) {
353
console.warn("Warning: loopMaxIterations is not set! Using default of 100 which may result in unintended behavior.");
354
console.warn("Set loopMaxIterations or use a for loop of fixed length to silence this message.");
0 commit comments