Clean up debug logs.

This commit is contained in:
madwasp79 2019-03-01 10:45:03 +02:00
parent 5c6c611136
commit a1ea701ac8

View file

@ -1374,7 +1374,6 @@ public class GpxUiHelper {
values.add(new Entry(nextX + x - 1, 0)); values.add(new Entry(nextX + x - 1, 0));
} }
nextX += x / divX; nextX += x / divX;
LOG.debug("X = " + x + ", diX = " + divX + ", nextX = " + nextX);
if (Float.isNaN(divSpeed)) { if (Float.isNaN(divSpeed)) {
nextY = s.speed * mulSpeed; nextY = s.speed * mulSpeed;
} else { } else {