mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
remove debugging message from export
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user