summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-03-18 19:11:57 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-03-18 19:11:57 +0000
commit2fe9998e0256a39b413d9e73a04ba4e7784ea3e6 (patch)
treeaab3104f10d7249ce3dc66f3c3d9a00b83068ef1 /lib
parent3b8dc6abbc17b07e68b838f939a461b288d08400 (diff)
downloadpuppet-2fe9998e0256a39b413d9e73a04ba4e7784ea3e6.tar.gz
puppet-2fe9998e0256a39b413d9e73a04ba4e7784ea3e6.tar.xz
puppet-2fe9998e0256a39b413d9e73a04ba4e7784ea3e6.zip
Removing bogus log message in file parsing
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2294 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet/util/fileparsing.rb1
1 files changed, 0 insertions, 1 deletions
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