mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
remove debug puts
This commit is contained in:
parent
9bb0760a88
commit
2737575b9c
1 changed files with 0 additions and 2 deletions
|
@ -365,8 +365,6 @@ class ImportScripts::PhpBB3 < ImportScripts::Base
|
||||||
|
|
||||||
success_count += 1
|
success_count += 1
|
||||||
|
|
||||||
puts "SUCCESS: #{upload.url}, #{post.url}"
|
|
||||||
|
|
||||||
if FileHelper.is_image?(upload.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/>]
|
%Q[<img src="#{upload.url}" width="#{[upload.width, 640].compact.min}" height="#{[upload.height,480].compact.min}"><br/>]
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue