remove concat message of swf_fu plugin from the console

This commit is contained in:
Reinier Balt 2010-08-03 21:19:30 +02:00
parent db7a5bd426
commit 2c6d514970

View file

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