From 6d8b3f3c9db44aea50cad8b8a13cc56d3fff2f81 Mon Sep 17 00:00:00 2001 From: luke Date: Fri, 29 Dec 2006 19:38:54 +0000 Subject: Removing debugging git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1996 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/parser/collector.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/puppet/parser') 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 -- cgit