remove dirty logger
This commit is contained in:
parent
f1b432641d
commit
c4f4979203
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user