Remove unused tag subscription code (#2956, #3206).

This commit is contained in:
evazion
2017-07-13 13:44:26 -05:00
parent d3d4e3cc8d
commit 3e3844a796
15 changed files with 4 additions and 365 deletions

View File

@@ -13,9 +13,6 @@ module DelayedJobsHelper
when "Moderator::TagBatchChange"
"<strong>tag batch change</strong>"
when "TagSubscription.process"
"<strong>process tag subscription</strong>"
when "Class#expire_cache"
"<strong>expire post count cache</strong>"
@@ -40,9 +37,6 @@ module DelayedJobsHelper
when "Tag#update_category_post_counts"
"<strong>update category post counts</strong>"
when "Class#process"
"<strong>update tag subscription</strong>"
when "Class#remove_iqdb"
"<strong>remove from iqdb</strong>"
@@ -80,9 +74,6 @@ module DelayedJobsHelper
when "Moderator::TagBatchChange"
h(job.payload_object.antecedent) + " -> " + h(job.payload_object.consequent)
when "TagSubscription.process"
""
when "Class#expire_cache"
h(job.payload_object.args.flatten.join(" "))