mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Delete stray println.
This commit is contained in:
@@ -79,7 +79,6 @@ public class PGraphicsOpenGL extends PGraphics {
|
||||
}
|
||||
|
||||
public void dispose() {
|
||||
System.err.println("disposing " + this );
|
||||
reachableWeakReferences.remove(this);
|
||||
disposeNative();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user