Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
gthea committed Dec 5, 2024
1 parent f645892 commit b0b52aa
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,6 @@ private void updateStorage(boolean clearBeforeUpdate, SplitChange splitChange) {
mSplitsStorage.update(mSplitChangeProcessor.process(splitChange));
}

private long now() {
return TimeUnit.MILLISECONDS.toSeconds(System.currentTimeMillis());
}

private void logError(String message) {
Logger.e("Error while executing splits sync/update task: " + message);
}
Expand Down

0 comments on commit b0b52aa

Please sign in to comment.