Skip to content
This repository was archived by the owner on Aug 19, 2021. It is now read-only.

Commit f5cc34a

Browse files
committed
Remove left over console log message
1 parent bdf0fb4 commit f5cc34a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/gloo.glir.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ function clear(c, color) {
1818

1919
function compile_shader(c, shader, source) {
2020
// TODO: Convert desktop GLSL code if needed
21-
console.log(typeof source);
2221
if (typeof source !== 'string') {
2322
// assume we have a buffer
2423
source = String.fromCharCode.apply(null, new Uint8Array(source));

0 commit comments

Comments
 (0)