Skip to content

Commit

Permalink
Forgot to remove skip var
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelycode committed Apr 27, 2017
1 parent d5b5af8 commit 3372870
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dq.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ func dqFlusher(d map[string]*dq.Quota) error {
continue
}

skip := false
if time.Now().After(expT) {
QuotaHandler.TagDelete(k)
continue
Expand Down

0 comments on commit 3372870

Please sign in to comment.