diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-12-29 19:38:54 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-12-29 19:38:54 +0000 |
| commit | 6d8b3f3c9db44aea50cad8b8a13cc56d3fff2f81 (patch) | |
| tree | b0d27ef189684021096ed60ce78ea17df3eca68e /lib/puppet/parser | |
| parent | da3e9d45436b4855d3fec156bd8465a17e03f92d (diff) | |
| download | puppet-6d8b3f3c9db44aea50cad8b8a13cc56d3fff2f81.tar.gz puppet-6d8b3f3c9db44aea50cad8b8a13cc56d3fff2f81.tar.xz puppet-6d8b3f3c9db44aea50cad8b8a13cc56d3fff2f81.zip | |
Removing debugging
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1996 980ebf18-57e1-0310-9a29-db15c13687c0
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 |
