remove "pair is" debug messages

This commit is contained in:
Ben Fry
2015-08-08 09:00:08 -04:00
parent d1d4be8fa9
commit abda29d496
2 changed files with 3 additions and 2 deletions

View File

@@ -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();
}
}
}

View File

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