summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/parser')
-rw-r--r--lib/puppet/parser/scope.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/puppet/parser/scope.rb b/lib/puppet/parser/scope.rb
index 0fb3510b0..98ebe593a 100644
--- a/lib/puppet/parser/scope.rb
+++ b/lib/puppet/parser/scope.rb
@@ -814,7 +814,6 @@ module Puppet::Parser
if @@done.include?(child)
raise Puppet::DevError, "Already translated %s" % child.object_id
else
- info "Translating %s" % child.object_id
@@done << child
end
#warning "Working on %s of type %s with id %s" %