diff --git a/processing/app/PdeEditor.java b/processing/app/PdeEditor.java index 1e433dd92..1c58160e7 100644 --- a/processing/app/PdeEditor.java +++ b/processing/app/PdeEditor.java @@ -1313,8 +1313,7 @@ public class PdeEditor extends JPanel { try { wide = Integer.parseInt(result.group(1).toString()); high = Integer.parseInt(result.group(2).toString()); - - System.out.println("width " + wide + " high " + high); + //System.out.println("width " + wide + " high " + high); } catch (NumberFormatException e) {