mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 03:51:07 +08:00
remove debug puts
This commit is contained in:
@ -365,8 +365,6 @@ class ImportScripts::PhpBB3 < ImportScripts::Base
|
||||
|
||||
success_count += 1
|
||||
|
||||
puts "SUCCESS: #{upload.url}, #{post.url}"
|
||||
|
||||
if FileHelper.is_image?(upload.url)
|
||||
%Q[<img src="#{upload.url}" width="#{[upload.width, 640].compact.min}" height="#{[upload.height,480].compact.min}"><br/>]
|
||||
else
|
||||
|
Reference in New Issue
Block a user