cleanup comments

This commit is contained in:
r888888888
2018-08-04 16:33:18 -07:00
parent 73753f9541
commit 9c5df3206d

View File

@@ -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