From 138445dc2a6111957988b2aed0afceee5e542359 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Fri, 29 Jul 2016 11:02:42 -0400 Subject: [PATCH] @#($*&! --- core/src/processing/core/PGraphics.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/processing/core/PGraphics.java b/core/src/processing/core/PGraphics.java index 96343b4d7e..c7606c7ace 100644 --- a/core/src/processing/core/PGraphics.java +++ b/core/src/processing/core/PGraphics.java @@ -720,7 +720,6 @@ public class PGraphics extends PImage implements PConstants { public PGraphics() { // In 3.1.2, giving up on the async image saving as the default hints[DISABLE_ASYNC_SAVEFRAME] = true; - System.out.println("disabling async saveFrame"); }