Skip to content

Commit e175f8a

Browse files
committed
Add loopMaxIterations option
1 parent ec9c330 commit e175f8a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/backend/functionNode_webgl.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ var functionNode_webgl = (function() {
348348
if (forNode.test.right.type == "Identifier"
349349
&& forNode.test.operator == "<") {
350350

351-
console.log(opt.loopMaxIterations);
352351
if (opt.loopMaxIterations === undefined) {
353352
console.warn("Warning: loopMaxIterations is not set! Using default of 100 which may result in unintended behavior.");
354353
console.warn("Set loopMaxIterations or use a for loop of fixed length to silence this message.");

0 commit comments

Comments
 (0)