remove debug

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@532 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-03-09 20:12:18 +00:00
parent d55cdd79c5
commit 23847233a2

View file

@ -178,8 +178,6 @@ public final class ParserUtils
{ {
while (true) while (true)
{ {
System.out.println(url);
final HttpURLConnection connection = (HttpURLConnection) new URL(url).openConnection(); final HttpURLConnection connection = (HttpURLConnection) new URL(url).openConnection();
connection.setDoInput(true); connection.setDoInput(true);