remove debug line

This commit is contained in:
Ben Fry
2013-08-07 19:38:54 -04:00
parent c638d7c81b
commit aaaf28428d

View File

@@ -1836,7 +1836,6 @@ public class PGraphics extends PImage implements PConstants {
*/
public void blendMode(int mode) {
this.blendMode = mode;
new Exception("setting blend mode to " + mode).printStackTrace();
blendModeImpl();
}