summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-06-27 18:15:16 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-06-27 18:15:16 +0000
commit76859574c36761db81a25283d759edfcc591cf84 (patch)
tree665369f65d8dffa87f975d827ab1240a51cbba77 /lib
parentc8861943c3ff520a041b2264683843afc7d84e93 (diff)
removing that info message, duh; it produces a lot of spurious output during parsing
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1319 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet/type.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/puppet/type.rb b/lib/puppet/type.rb
index ae0ed0a77..850cacd46 100644
--- a/lib/puppet/type.rb
+++ b/lib/puppet/type.rb
@@ -212,7 +212,6 @@ class Type < Puppet::Element
Puppet.warning "Loaded puppet/type/#{name} but no class was created"
end
rescue LoadError => detail
- Puppet.info "Could not load %s: %s" % [name, detail]
# nothing
end
end