From 19e411b76b46d331fe82b66f0b1710195e1476e7 Mon Sep 17 00:00:00 2001 From: luke Date: Thu, 20 Jul 2006 19:01:58 +0000 Subject: removing message about the statefile not existing git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1408 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/storage.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/puppet/storage.rb b/lib/puppet/storage.rb index 2fe781f03..9ed63c381 100644 --- a/lib/puppet/storage.rb +++ b/lib/puppet/storage.rb @@ -42,7 +42,6 @@ module Puppet end unless File.exists?(Puppet[:statefile]) - Puppet.info "Statefile %s does not exist" % Puppet[:statefile] unless defined? @@state and ! @@state.nil? self.init end -- cgit