mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
Bye bye byebug.
This commit is contained in:
@ -74,7 +74,6 @@ class UploadsController < ApplicationController
|
||||
return { errors: I18n.t("upload.file_missing") } if tempfile.nil?
|
||||
|
||||
# convert pasted images to HQ jpegs
|
||||
byebug
|
||||
if filename == "__blob__.png" && SiteSetting.convert_pasted_images_to_hq_jpg
|
||||
jpeg_path = "#{File.dirname(tempfile.path)}/image.jpg"
|
||||
OptimizedImage.ensure_safe_paths!(tempfile.path, jpeg_path)
|
||||
|
Reference in New Issue
Block a user