removed unused code

This commit is contained in:
Thomas Laumann
2011-07-07 11:29:40 +02:00
parent 0aab73e156
commit ed7f914459

View File

@@ -29,10 +29,6 @@ module Jekyll
setup
r = RedCloth.new(content)
r.hard_breaks = @config['redcloth']['hard_breaks']
# if @config['redcloth']['hard_breaks'] == false
# STDERR.puts 'hards_breaks disabled'
# r.hard_breaks = false
# end
r.to_html
end
end