From 2c6d514970905a63d755333248a1f032b3818d4d Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Tue, 3 Aug 2010 21:19:30 +0200 Subject: [PATCH] remove concat message of swf_fu plugin from the console --- vendor/plugins/swf_fu/lib/action_view/helpers/swf_fu_helper.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/vendor/plugins/swf_fu/lib/action_view/helpers/swf_fu_helper.rb b/vendor/plugins/swf_fu/lib/action_view/helpers/swf_fu_helper.rb index ab59f9f3..5c1ab960 100644 --- a/vendor/plugins/swf_fu/lib/action_view/helpers/swf_fu_helper.rb +++ b/vendor/plugins/swf_fu/lib/action_view/helpers/swf_fu_helper.rb @@ -94,7 +94,6 @@ module ActionView #:nodoc: private CONCAT = ActiveSupport.const_defined?(:SafeBuffer) ? :safe_concat : :concat - puts CONCAT def convert_to_hash(s) case s when Hash