mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-08 23:18:47 +00:00
don't log exception twice
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@878 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
23b422ced5
commit
80880b9dd5
1 changed files with 0 additions and 2 deletions
|
@ -193,10 +193,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
|||
}
|
||||
catch (final JSONException x)
|
||||
{
|
||||
x.printStackTrace();
|
||||
throw new RuntimeException("cannot parse: '" + page + "' on " + uri, x);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
protected List<Location> xmlStopfinderRequest(final Location constraint) throws IOException
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue