From 2737575b9c62832eed6b4e18b74f4c98f07cbebe Mon Sep 17 00:00:00 2001
From: Neil Lalonde <neillalonde@gmail.com>
Date: Tue, 7 Oct 2014 17:23:43 -0400
Subject: [PATCH] remove debug puts

---
 script/import_scripts/phpbb3.rb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/script/import_scripts/phpbb3.rb b/script/import_scripts/phpbb3.rb
index 519bb21f1..63e9531aa 100644
--- a/script/import_scripts/phpbb3.rb
+++ b/script/import_scripts/phpbb3.rb
@@ -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