remove debug warning

This commit is contained in:
Ben Fry
2015-05-19 15:11:31 -04:00
parent 70fc8c052a
commit df0a714e5f
2 changed files with 2 additions and 2 deletions
@@ -292,7 +292,7 @@ public class PGraphicsJava2D extends PGraphics {
}
// If not realized (off-screen, i.e the Color Selector Tool), gc will be null.
if (gc == null) {
System.err.println("GraphicsConfiguration null in initImage()");
//System.err.println("GraphicsConfiguration null in initImage()");
GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
gc = ge.getDefaultScreenDevice().getDefaultConfiguration();
}
+1 -1
View File
@@ -3,7 +3,7 @@ X Implement Cmd-Q handler on Mac OS X
X https://github.com/processing/processing/issues/3301
X Changing "background color when Presenting" causes Exception
X https://github.com/processing/processing/issues/3299
_ remove "null in initImage()" message
X remove "null in initImage()" message
fixed in 3.0a8
X Full screen window on second monitor without using present mode