remove debugging message from export

This commit is contained in:
benfry
2003-09-23 17:01:56 +00:00
parent 21890a0a96
commit 8ab07b7c53

View File

@@ -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) {