left some debug messages in

This commit is contained in:
Thomas Reynolds 2012-01-07 23:48:22 -08:00
parent 34e40cbe01
commit d0dd60fb4b
2 changed files with 0 additions and 2 deletions

View file

@ -107,7 +107,6 @@ module Middleman::Cli
begin
destination, request_path = self.class.shared_instance.reroute_builder(destination, request_path)
# $stderr.puts request_path
response = self.class.shared_rack.get(request_path.gsub(/\s/, "%20"))
create_file(destination, response.body, config)

View file

@ -115,7 +115,6 @@ module Middleman::CoreExtensions::FrontMatter
if !p.proxy? && has_data?(file_path)
d = data(file_path)
if d && d[0]
$stderr.puts "Should ignore #{path}", p.source_file
d[0].has_key?("ignored") && d[0]["ignored"] == true
else
false