summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet/storage.rb1
1 files changed, 0 insertions, 1 deletions
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