cleanup comments
This commit is contained in:
@@ -20,8 +20,6 @@ class UploadService
|
|||||||
end
|
end
|
||||||
|
|
||||||
def normalized_source
|
def normalized_source
|
||||||
# problem: for batch twitter, the source is saved as
|
|
||||||
# the twimg url,
|
|
||||||
@normalized_source ||= begin
|
@normalized_source ||= begin
|
||||||
Downloads::File.new(params[:source]).rewrite_url
|
Downloads::File.new(params[:source]).rewrite_url
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user