Removed unneeded commentary tag checkboxes

As per the discussion on GitHub, these will be handled instead
by the existing mechanisms of related and frequent tags.
This commit is contained in:
BrokenEagle
2020-01-16 21:37:23 +00:00
parent 82b621d87d
commit 3a422b26df
5 changed files with 5 additions and 23 deletions

View File

@@ -111,11 +111,6 @@ class UploadService
if !upload.uploader.can_upload_free? || upload.upload_as_pending?
p.is_pending = true
end
p.add_tag("commentary") if upload.add_commentary_tag
p.add_tag("commentary_request") if upload.add_commentary_request_tag
p.add_tag("commentary_check") if upload.add_commentary_check_tag
p.add_tag("partial_commentary") if upload.add_partial_commentary_tag
end
end
end