diff --git a/app/models/post.rb b/app/models/post.rb index 5b1b4eb00..0838f086d 100644 --- a/app/models/post.rb +++ b/app/models/post.rb @@ -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