Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Laumann committed Jul 7, 2011
1 parent 0aab73e commit ed7f914
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/jekyll/converters/textile.rb
Expand Up @@ -29,10 +29,6 @@ def convert(content)
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
Expand Down

0 comments on commit ed7f914

Please sign in to comment.