We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911fff2 commit 138445dCopy full SHA for 138445d
core/src/processing/core/PGraphics.java
@@ -720,7 +720,6 @@ public class PGraphics extends PImage implements PConstants {
720
public PGraphics() {
721
// In 3.1.2, giving up on the async image saving as the default
722
hints[DISABLE_ASYNC_SAVEFRAME] = true;
723
- System.out.println("disabling async saveFrame");
724
}
725
726
0 commit comments