diff options
author | Sven Gothel <[email protected]> | 2011-10-08 01:24:11 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-10-08 01:24:11 +0200 |
commit | da279187e375fdc87ed3a73480c5548602d3454e (patch) | |
tree | 71084ee8c67c3b861d82762dee15533c85bc4102 /src/jogl/classes/jogamp/opengl | |
parent | 1ac5f46bb15c08b7126e22d10a80e6d607207780 (diff) |
minor editing
Diffstat (limited to 'src/jogl/classes/jogamp/opengl')
-rw-r--r-- | src/jogl/classes/jogamp/opengl/GLDrawableHelper.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/jogl/classes/jogamp/opengl/GLDrawableHelper.java b/src/jogl/classes/jogamp/opengl/GLDrawableHelper.java index 722ab4e7f..fcbf13aad 100644 --- a/src/jogl/classes/jogamp/opengl/GLDrawableHelper.java +++ b/src/jogl/classes/jogamp/opengl/GLDrawableHelper.java @@ -374,9 +374,6 @@ public class GLDrawableHelper { // tdR = System.currentTimeMillis(); // td1 = tdR - t0; // makeCurrent if(null!=runnable) { - if (DEBUG) { - System.err.println("GLDrawableHelper " + this + ".invokeGL(): Running runnable"); - } runnable.run(); // td2 = System.currentTimeMillis(); // tdR = td2 - tdR; // render time |