posts: remove unused update_iqdb method.

Unused since 7aab50f.
This commit is contained in:
evazion
2017-06-14 20:11:48 -05:00
parent d84feaa4bb
commit 5c6eb0f475

View File

@@ -1715,12 +1715,6 @@ class Post < ActiveRecord::Base
def remove_iqdb_async
Post.remove_iqdb(id)
end
def update_iqdb
if Post.iqdb_enabled? && Post.iqdb_enabled?
Post.iqdb_sqs_service.send_message("update\n#{id}\n#{complete_preview_file_url}")
end
end
end
module ValidationMethods