remove unnecessary log
This commit is contained in:
parent
cb23520a0a
commit
4259dea0fe
1 changed files with 0 additions and 3 deletions
|
@ -1,10 +1,8 @@
|
|||
package net.osmand.router;
|
||||
|
||||
import net.osmand.PlatformUtil;
|
||||
import net.osmand.render.RenderingRuleSearchRequest;
|
||||
import net.osmand.render.RenderingRulesStorage;
|
||||
|
||||
import org.apache.commons.logging.Log;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
@ -14,7 +12,6 @@ import java.util.TreeMap;
|
|||
public class RouteStatistics {
|
||||
|
||||
public static final String UNDEFINED_ATTR = "undefined";
|
||||
private static final Log log = PlatformUtil.getLog(RouteStatistics.class);
|
||||
|
||||
private final List<RouteSegmentResult> route;
|
||||
private final RenderingRulesStorage currentRenderer;
|
||||
|
|
Loading…
Reference in a new issue