diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/puppet/type/component.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/puppet/type/component.rb b/lib/puppet/type/component.rb index 26b9a89d1..22b5490b8 100644 --- a/lib/puppet/type/component.rb +++ b/lib/puppet/type/component.rb @@ -82,7 +82,6 @@ module Puppet args[:type] = "component" end super(args) - Puppet.warning "Name is %s" % self.name #Puppet.debug "Made component with name %s and type %s" % # [self.name, self[:type]] end |
