fixed product selection

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@425 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-01-02 14:42:41 +00:00
parent aaf92e4b99
commit 487f94fea9

View file

@ -252,7 +252,6 @@ public class OebbProvider extends AbstractHafasProvider
// query
final String query = connectionsQuery(from, via, to, date, dep, products, walkSpeed);
System.out.println(query);
final CharSequence page = ParserUtils.scrape(baseUri, true, query, null, true);
final Matcher mError = P_QUERY_CONNECTIONS_ERROR.matcher(page);