fixed rouge puts

This commit is contained in:
Scott Davis 2012-01-06 14:21:05 -05:00
parent 2bd1775d71
commit bffba48375

View File

@ -67,7 +67,6 @@ module Compass
if options.include?(:debug_info) && options[:debug_info] if options.include?(:debug_info) && options[:debug_info]
compiler_opts[:sass][:debug_info] = options.delete(:debug_info) compiler_opts[:sass][:debug_info] = options.delete(:debug_info)
end end
puts compiler_opts.inspect
compiler_opts compiler_opts
end end