diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-02-16 00:47:58 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-02-16 00:47:58 +0000 |
| commit | 6cc8157fb0e36f2435b201abad81affe3b8e17ac (patch) | |
| tree | eb7469b75f8ffa0b16c87673c748f2f5a1830982 /lib | |
| parent | 5f4335fbf010eb3d0522909f171078c9910d5e91 (diff) | |
Duh, removing some debugging
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@920 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/puppet/type.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/puppet/type.rb b/lib/puppet/type.rb index 07bd7f74a..717c566eb 100644 --- a/lib/puppet/type.rb +++ b/lib/puppet/type.rb @@ -1096,8 +1096,6 @@ class Type < Puppet::Element end name = hash.name - Puppet.warning "creating %s with name %s" % [self.name, name] - # if the object already exists if self.isomorphic? and retobj = self[name] # if only one of our objects is implicit, then it's easy to see |
