removed printout to system.err

This commit is contained in:
codeanticode
2017-02-01 16:30:53 -05:00
parent d006c3a6a9
commit 26d9ad2262
@@ -79,7 +79,6 @@ public class PGraphicsOpenGL extends PGraphics {
}
public void dispose() {
System.err.println("disposing " + this );
reachableWeakReferences.remove(this);
disposeNative();
}