remove debug code

This commit is contained in:
Thomas Reynolds 2016-01-21 14:47:45 -08:00
parent 4e8273295b
commit e0818e2118

View file

@ -75,11 +75,6 @@ module Middleman::CoreExtensions
return @cache[file[:full_path]] if @cache.key?(file[:full_path]) return @cache[file[:full_path]] if @cache.key?(file[:full_path])
if file[:types].include?(:no_frontmatter)
$stderr.puts file[:relative_path].to_s
require 'pry'
end
@cache[file[:full_path]] = ::Middleman::Util::Data.parse( @cache[file[:full_path]] = ::Middleman::Util::Data.parse(
file, file,
app.config[:frontmatter_delims] app.config[:frontmatter_delims]