Remove debug print message.

This commit is contained in:
hns 2004-09-15 13:37:30 +00:00
parent e0592e5319
commit 2664d31a7d

View file

@ -67,8 +67,6 @@ public final class UrlEncoded {
int l = str.length();
boolean needsSpaceEncoding = false;
System.out.println(str);
for (int i = 0; i < l; i++) {
char c = str.charAt(i);