Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Navid200 committed May 13, 2024
1 parent 92f9645 commit 32f2762
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public static long anticipate(final String transmitterId) {
// anticipate next wake up from time
// -1 means we don't know anything
static long anticipate(final String transmitterId, final long now) {

final long last = PersistentStore.getLong(DEX_SYNC_STORE + transmitterId);
if (last < OLDEST_POSSIBLE) {
return -1;
Expand Down

0 comments on commit 32f2762

Please sign in to comment.