Skip to content

Commit

Permalink
timer.go: logWantedFor('blocked') for 'ticker3hours blocked but not o…
Browse files Browse the repository at this point in the history
…utdated'
  • Loading branch information
mehrvarz committed Oct 20, 2022
1 parent 11c8914 commit 9e218e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion timer.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ func ticker3hours() {
deleteKeyArray2 = append(deleteKeyArray2,dbUserKey)
counterDeleted2++
} else {
// TODO we need to be able to switch this log off
if logWantedFor("timer") {
secsToLive := blockedForDays * 24*60*60 - sinceDeletedInSecs
if logWantedFor("blocked") {
Expand Down

0 comments on commit 9e218e5

Please sign in to comment.