diff options
Diffstat (limited to 'lib/puppet/parser/scope.rb')
-rw-r--r-- | lib/puppet/parser/scope.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/parser/scope.rb b/lib/puppet/parser/scope.rb index 66779cc0f..89e6ab75d 100644 --- a/lib/puppet/parser/scope.rb +++ b/lib/puppet/parser/scope.rb @@ -167,7 +167,7 @@ module Puppet # I should do something to add the node as an object with tags # but that will possibly end up with far too many tags. - self.logtags + #self.logtags return objects end |