We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 865aa11 commit 590b6c4Copy full SHA for 590b6c4
DebugMarker.java
@@ -58,7 +58,6 @@ public void start(int distance, Runnable callback) {
58
stop();
59
}
60
distanceSquared = distance < 0 ? -1 : distance * distance;
61
- long startTime = System.currentTimeMillis();
62
long endTime = System.currentTimeMillis() + duration;
63
executorService = Executors.newScheduledThreadPool(1);
64
// probably not the most efficient way of doing this
0 commit comments