summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/grammar.ra
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2005-08-26 16:08:20 +0000
committerLuke Kanies <luke@madstop.com>2005-08-26 16:08:20 +0000
commit9ec321edd0883b1ddb53d1cd97bb0ad42352b5a3 (patch)
treef50e1a0d542d0a357ba647bd5d340d73e22da95b /lib/puppet/parser/grammar.ra
parent773be962b05d7d35c392eb9ae9b70822123693c3 (diff)
downloadpuppet-9ec321edd0883b1ddb53d1cd97bb0ad42352b5a3.tar.gz
puppet-9ec321edd0883b1ddb53d1cd97bb0ad42352b5a3.tar.xz
puppet-9ec321edd0883b1ddb53d1cd97bb0ad42352b5a3.zip
recompiling parser after removing extraneous debugging
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@591 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/parser/grammar.ra')
-rw-r--r--lib/puppet/parser/grammar.ra1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/puppet/parser/grammar.ra b/lib/puppet/parser/grammar.ra
index c157a9321..938f58885 100644
--- a/lib/puppet/parser/grammar.ra
+++ b/lib/puppet/parser/grammar.ra
@@ -98,7 +98,6 @@ object: name LBRACE objectinstances endsemi RBRACE {
# an object but without a name
# this cannot be an instance of a library type
- Puppet.debug "Adding %s" % val[0].value
# make a unique name for bookkeeping purposes
name = AST::Name.new(
:line => @lexer.line,