diff --git a/app/logical/upload_service/preprocessor.rb b/app/logical/upload_service/preprocessor.rb index 3d54cd02c..de1384d26 100644 --- a/app/logical/upload_service/preprocessor.rb +++ b/app/logical/upload_service/preprocessor.rb @@ -20,8 +20,6 @@ class UploadService end def normalized_source - # problem: for batch twitter, the source is saved as - # the twimg url, @normalized_source ||= begin Downloads::File.new(params[:source]).rewrite_url end