Revert "Add Danbooru Winter Sale."

This reverts commit 963f1f7991.
This commit is contained in:
evazion
2020-01-02 01:14:16 -06:00
parent 44140c6ec8
commit c251d145e4
6 changed files with 5 additions and 56 deletions

View File

@@ -638,12 +638,6 @@ module Danbooru
def redis_url
"redis://localhost:6379"
end
def is_promotion?
Time.use_zone("UTC") do
Time.zone.now.in?(Time.zone.parse("2019-12-25")..Time.zone.parse("2019-12-28"))
end
end
end
class EnvironmentConfiguration