maintenance: remove hourly upload error checker.

This commit is contained in:
evazion
2019-12-23 00:14:38 -06:00
parent b650558633
commit ac9d06bf79
2 changed files with 0 additions and 24 deletions

View File

@@ -2,9 +2,6 @@ module DanbooruMaintenance
module_function
def hourly
UploadErrorChecker.new.check!
rescue Exception => exception
rescue_exception(exception)
end
def daily