Removed unused EffectiveDate

This commit is contained in:
2023-01-13 13:50:52 -05:00
parent 7282868eac
commit 14247715fd
2 changed files with 0 additions and 10 deletions
@@ -55,11 +55,6 @@ public class HourlyJobThread implements Runnable {
//updateMines.
try {
// Update mine effective date if this is a midnight window
if (LocalDateTime.now().getHour() == 0 || LocalDateTime.now().getHour() == 24)
Mine.effectiveMineDate = LocalDateTime.now().withHour(0).withMinute(0).withSecond(0);
ArrayList<Mine> mines = Mine.getMines();
LocalDateTime now = LocalDateTime.now();