diff options
Diffstat (limited to 'lib/puppet/parser/grammar.ra')
| -rw-r--r-- | lib/puppet/parser/grammar.ra | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/puppet/parser/grammar.ra b/lib/puppet/parser/grammar.ra index c9e79422e..f4f142132 100644 --- a/lib/puppet/parser/grammar.ra +++ b/lib/puppet/parser/grammar.ra @@ -408,12 +408,8 @@ import: IMPORT QTEXT { if dir == "" dir = "." end - Puppet.notice "Orig: %s" % @lexer.file.inspect - Puppet.notice "Dir: %s" % dir.inspect Dir.chdir(dir) { - Puppet.notice "Globbing %s" % val[1] Dir.glob(val[1]).each { |file| - Puppet.notice "File: %s" % file.inspect parser = Puppet::Parser::Parser.new() parser.stack = self.stack Puppet.debug("importing '%s'" % file) |
