From 1213d6060ae8fdf75dace54b978804a37aa70c31 Mon Sep 17 00:00:00 2001 From: luke Date: Wed, 4 Oct 2006 18:44:26 +0000 Subject: Removing some left-over debugging git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1727 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/parser/ast/node.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/puppet/parser/ast') diff --git a/lib/puppet/parser/ast/node.rb b/lib/puppet/parser/ast/node.rb index 3f508b2bf..704710dc1 100644 --- a/lib/puppet/parser/ast/node.rb +++ b/lib/puppet/parser/ast/node.rb @@ -17,14 +17,11 @@ class Puppet::Parser::AST # origscope #end - Puppet.warning "%s => %s" % [scope.type, self.name] - # We don't have to worry about the declarativeness of node parentage, # because the entry point is always a single node definition. if parent = self.parentclass scope = parent.safeevaluate :scope => scope end - Puppet.notice "%s => %s" % [scope.type, self.name] scope = scope.newscope( :type => self.name, @@ -32,7 +29,6 @@ class Puppet::Parser::AST :source => self, :namespace => "" # nodes are always in "" ) - Puppet.info "%s => %s" % [scope.type, self.name] # Mark our node name as a class, too, but strip it of the domain # name. Make the mark before we evaluate the code, so that it is -- cgit