diff --git a/app/src/processing/app/ui/WebFrame.java b/app/src/processing/app/ui/WebFrame.java index 61f0aa408..d82364fbd 100644 --- a/app/src/processing/app/ui/WebFrame.java +++ b/app/src/processing/app/ui/WebFrame.java @@ -90,7 +90,7 @@ public class WebFrame extends JFrame { if (result.trim().length() != 0) { String[] pairs = result.split("&"); for (String pair : pairs) { - System.out.println("pair is " + pair); + //System.out.println("pair is " + pair); String[] pieces = pair.split("="); String attr = PApplet.urlDecode(pieces[0]); String valu = PApplet.urlDecode(pieces[1]); @@ -192,4 +192,4 @@ public class WebFrame extends JFrame { } }).start(); } -} \ No newline at end of file +} diff --git a/todo.txt b/todo.txt index 5fd8988b5..816b830a1 100644 --- a/todo.txt +++ b/todo.txt @@ -1,5 +1,6 @@ 0240 (3.0b2) X make download-jdk-macosx target work properly +X remove "pair is" debug messages _ if no platforms selected in export, will still say "done exporting!" _ maybe if none selected, should default select the current platform