From 2fe9998e0256a39b413d9e73a04ba4e7784ea3e6 Mon Sep 17 00:00:00 2001 From: luke Date: Sun, 18 Mar 2007 19:11:57 +0000 Subject: Removing bogus log message in file parsing git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2294 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/util/fileparsing.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') diff --git a/lib/puppet/util/fileparsing.rb b/lib/puppet/util/fileparsing.rb index ed92c398d..6b59975ab 100644 --- a/lib/puppet/util/fileparsing.rb +++ b/lib/puppet/util/fileparsing.rb @@ -161,7 +161,6 @@ module Puppet::Util::FileParsing ret[f] = v end else - Puppet.info "Did not match %s" % line nil end else -- cgit