Skip to content

Commit

Permalink
format Log
Browse files Browse the repository at this point in the history
  • Loading branch information
sonora authored May 6, 2024
1 parent 9285010 commit f405953
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions OsmAnd/src/net/osmand/plus/track/helpers/GpxDbHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ public void loadGpxItems() {
remove(file);
}
});

long end = System.currentTimeMillis();
LOG.info("Time to loadGpxItems " + (end - start) + " ms items count " + items.size());
LOG.info("Time to loadGpxItems " + (System.currentTimeMillis() - start) + " ms, " + items.size() + " items");
}

public void loadGpxDirItems() {
Expand Down

0 comments on commit f405953

Please sign in to comment.