remove dirty logger

This commit is contained in:
dinedine 2010-07-20 12:21:18 +02:00
parent f1b432641d
commit c4f4979203
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ module Locomotive
path ||= '/'
puts "[WebService] consuming #{path}, #{options.inspect}"
# puts "[WebService] consuming #{path}, #{options.inspect}"
self.get(path, options).try(:underscore_keys)
end

View File

@ -29,7 +29,7 @@ module Locomotive
source = context.registers[@site_or_page.to_sym]
puts "#{@site_or_page.to_sym} / source = #{source.inspect}"
# puts "#{@site_or_page.to_sym} / source = #{source.inspect}"
if source.respond_to?(:name) # site ?
source = source.pages.index.first # start from home page