remove debug puts

This commit is contained in:
Neil Lalonde 2014-10-07 17:23:43 -04:00
parent 9bb0760a88
commit 2737575b9c
1 changed files with 0 additions and 2 deletions

View File

@ -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