Remove debug message

This commit is contained in:
Joshua Granick
2019-10-09 15:55:08 -07:00
parent 3000f74f06
commit 3ecca19ec4

View File

@@ -1605,7 +1605,6 @@ class NativeOpenGLRenderContext
{ {
__extensionObjects = new Map(); __extensionObjects = new Map();
var supportedExtensions = getSupportedExtensions(); var supportedExtensions = getSupportedExtensions();
trace(supportedExtensions);
for (extension in supportedExtensions) for (extension in supportedExtensions)
{ {