take out test data, ooops

This commit is contained in:
Trey t
2022-02-17 15:00:15 -06:00
parent 675e44bca9
commit 2130b621d1

View File

@@ -92,7 +92,7 @@ class ShowBasedOnVoteLogics {
// if we're passed time to vote and the voting type is previous - last vote should be -1
date = Calendar.current.date(byAdding: .day, value: -1, to: Date())
}
date = Calendar.current.date(byAdding: .day, value: -2, to: Date())
if let date = date {
return date
}