Skip to content

Commit c03c032

Browse files
author
Avaer Kazmer
committed
Small dead Graphics.js code cleanup
1 parent 975486a commit c03c032

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Graphics.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,6 @@ for (const k in WebGLRenderingContext.prototype) {
214214
console.log('fn', error, !!GlobalContext.proxyContext, this.lol, k, Array.from(arguments), new Error().stack);
215215
} */
216216
this.setProxyState();
217-
if (k === 'getParameter' && !arguments[0]) {
218-
console.log('getParameter', Array.from(arguments), new Error().stack);
219-
}
220217
return GlobalContext.proxyContext[k].apply(GlobalContext.proxyContext, arguments);
221218
};
222219
}

0 commit comments

Comments
 (0)