Removing print statement for RDiscount.

This commit is contained in:
Nick Quaranto 2009-04-27 08:33:37 -04:00
parent 3c39612d84
commit db75c8f588
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ module Jekyll
RDiscount.new(content).to_html RDiscount.new(content).to_html
end end
puts 'Using rdiscount for Markdown'
rescue LoadError rescue LoadError
puts 'You must have the rdiscount gem installed first' puts 'You must have the rdiscount gem installed first'
end end