mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 17:29:51 +00:00
remove debug output
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@57 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
cc0b249157
commit
f28284946a
1 changed files with 0 additions and 2 deletions
|
@ -195,8 +195,6 @@ public class RmvProvider implements NetworkProvider
|
|||
final List<String> addresses = new ArrayList<String>();
|
||||
while (mAddresses.find())
|
||||
{
|
||||
ParserUtils.printGroups(mAddresses);
|
||||
|
||||
final String address = ParserUtils.resolveEntities(mAddresses.group(1)).trim();
|
||||
if (!addresses.contains(address))
|
||||
addresses.add(address);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue