Skip to content

Commit

Permalink
Removing print statement for RDiscount.
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Apr 27, 2009
1 parent 3c39612 commit db75c8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/jekyll/site.rb
Expand Up @@ -41,7 +41,6 @@ def markdown(content)
RDiscount.new(content).to_html
end

puts 'Using rdiscount for Markdown'
rescue LoadError
puts 'You must have the rdiscount gem installed first'
end
Expand Down

0 comments on commit db75c8f

Please sign in to comment.