diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-03-18 19:11:57 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-03-18 19:11:57 +0000 |
commit | 2fe9998e0256a39b413d9e73a04ba4e7784ea3e6 (patch) | |
tree | aab3104f10d7249ce3dc66f3c3d9a00b83068ef1 /lib | |
parent | 3b8dc6abbc17b07e68b838f939a461b288d08400 (diff) | |
download | puppet-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.rb | 1 |
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 |