Removed debugging

This commit is contained in:
Caspian Rychlik-Prince 2004-07-06 17:22:22 +00:00
parent 08f33be35b
commit 02f125af93
1 changed files with 0 additions and 1 deletions

View File

@ -332,7 +332,6 @@ public final class GLContext {
exts.put(extension_class, ext_name);
} catch (ClassNotFoundException e) {
// ignore
Sys.log("No support for "+ext_class_name+" in LWJGL "+Sys.VERSION+": "+e);
} catch (NoSuchMethodException e) {
// ignore
}