Skip to content

Commit 3c2b221

Browse files
committed
Program.debug default set to false
1 parent b107e9d commit 3c2b221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function Program( gl, vert, frag, defs ){
4242
* Program.debug
4343
* can be set to true to check and log compilation and linking errors (default to false)
4444
*/
45-
Program.debug = true;
45+
Program.debug = false;
4646

4747

4848

0 commit comments

Comments
 (0)