Forgot to remove debugging code :-/

This commit is contained in:
Thomas Laumann 2011-11-04 17:41:47 +01:00
parent 8c4edb655e
commit ab3927499f
1 changed files with 0 additions and 3 deletions

View File

@ -33,11 +33,8 @@ module Jekyll
@config['redcloth'].each do |key, value|
restrictions << key.to_sym if value
end
require 'ap'
ap restrictions
end
RedCloth.new(content, restrictions).to_html
end
end