remove debug code
This commit is contained in:
parent
4e8273295b
commit
e0818e2118
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue