uploads: fix stray binding.pry.
This commit is contained in:
@@ -69,7 +69,6 @@ class UploadService
|
|||||||
end
|
end
|
||||||
|
|
||||||
def process_file(upload, file, original_post_id: nil)
|
def process_file(upload, file, original_post_id: nil)
|
||||||
binding.pry if !file.is_a? Tempfile
|
|
||||||
media_file = MediaFile.open(file)
|
media_file = MediaFile.open(file)
|
||||||
|
|
||||||
upload.file = file
|
upload.file = file
|
||||||
|
|||||||
Reference in New Issue
Block a user