remove debug code

feature/manifest
Thomas Reynolds 2016-01-21 14:47:45 -08:00
parent 4e8273295b
commit e0818e2118
1 changed files with 0 additions and 5 deletions

View File

@ -75,11 +75,6 @@ module Middleman::CoreExtensions
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(
file,
app.config[:frontmatter_delims]