diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-09-08 20:02:26 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-09-08 20:02:26 +0000 |
commit | 8f0ef3f9bf7f8fd041215c3b6eac8364c4732009 (patch) | |
tree | a873dfd9ae158830b403f8930fdf431edba7a1f8 /lib/puppet | |
parent | 221343060856fa27ace550b1a76e6da59c2df536 (diff) | |
download | puppet-8f0ef3f9bf7f8fd041215c3b6eac8364c4732009.tar.gz puppet-8f0ef3f9bf7f8fd041215c3b6eac8364c4732009.tar.xz puppet-8f0ef3f9bf7f8fd041215c3b6eac8364c4732009.zip |
removing debugging
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@637 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet')
-rw-r--r-- | lib/puppet/type/component.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/type/component.rb b/lib/puppet/type/component.rb index f34e238b0..d6c53fe18 100644 --- a/lib/puppet/type/component.rb +++ b/lib/puppet/type/component.rb @@ -65,8 +65,8 @@ module Puppet args[:type] = "component" end super(args) - Puppet.debug "Made component with name %s and type %s" % - [self.name, self[:type]] + #Puppet.debug "Made component with name %s and type %s" % + # [self.name, self[:type]] end # the "old" way of doing things |