diff --git a/src/invidious.cr b/src/invidious.cr index 188cd51c..bff83fe3 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -166,11 +166,6 @@ if CONFIG.channel_threads > 0 Invidious::Jobs.register Invidious::Jobs::RefreshChannelsJob.new(PG_DB) end -# DECRYPT_FUNCTION = DecryptFunction.new(CONFIG.decrypt_polling) -# if CONFIG.decrypt_polling -# Invidious::Jobs.register Invidious::Jobs::UpdateDecryptFunctionJob.new -# end - if CONFIG.statistics_enabled Invidious::Jobs.register Invidious::Jobs::StatisticsRefreshJob.new(PG_DB, SOFTWARE) end