diff options
Diffstat (limited to 'lib/puppet/parser/scope.rb')
-rw-r--r-- | lib/puppet/parser/scope.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/puppet/parser/scope.rb b/lib/puppet/parser/scope.rb index 27a64eec6..641a05758 100644 --- a/lib/puppet/parser/scope.rb +++ b/lib/puppet/parser/scope.rb @@ -251,7 +251,6 @@ module Puppet # And now evaluate each set klass within the nodescope. classes.each { |klass| if code = scope.lookuptype(klass) - Puppet.warning "evaluating %s" % klass code.safeevaluate(scope, {}, klass, klass) end } |