Clean up debug logs.
This commit is contained in:
parent
5c6c611136
commit
a1ea701ac8
1 changed files with 0 additions and 1 deletions
|
@ -1374,7 +1374,6 @@ public class GpxUiHelper {
|
|||
values.add(new Entry(nextX + x - 1, 0));
|
||||
}
|
||||
nextX += x / divX;
|
||||
LOG.debug("X = " + x + ", diX = " + divX + ", nextX = " + nextX);
|
||||
if (Float.isNaN(divSpeed)) {
|
||||
nextY = s.speed * mulSpeed;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue