mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
remove debug line
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user