mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 16:20:34 +00:00
remove debug
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@532 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
d55cdd79c5
commit
23847233a2
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue