Skip to content

Commit c2f859f

Browse files
committed
Remove debug statements
1 parent 7b77b0d commit c2f859f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/backend/mode_gpu.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,6 @@
504504
return x * 255;
505505
});
506506
})));
507-
console.log(argBuffer);
508507
} else {
509508
argBuffer = new Uint8Array((new Float32Array(paramArray)).buffer);
510509
}
@@ -586,7 +585,6 @@
586585
return x / 255.0;
587586
});
588587
var colors = splitArray(bytes, 4);
589-
console.log(colors);
590588
result = splitArray(bytes, 4).map(function(color) {
591589
return unoffset(unpack(color), opt.offsetRangeHack);
592590
});

0 commit comments

Comments
 (0)