diff options
Diffstat (limited to 'lib/puppet/parser')
| -rw-r--r-- | lib/puppet/parser/collector.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/puppet/parser/collector.rb b/lib/puppet/parser/collector.rb index 035f944a9..8b7df8c78 100644 --- a/lib/puppet/parser/collector.rb +++ b/lib/puppet/parser/collector.rb @@ -26,8 +26,6 @@ class Puppet::Parser::Collector #Puppet.info "Host %s is uninitialized" % @scope.host end - p args - # Now look them up in the rails db. When we support attribute comparison # and such, we'll need to vary the conditions, but this works with no # attributes, anyway. @@ -35,7 +33,6 @@ class Puppet::Parser::Collector Puppet::Rails::Resource.find_all_by_restype_and_exported(@type, true, args ).each do |obj| - p obj if resource = export_resource(obj) count += 1 resources << resource |
