diff options
Diffstat (limited to 'lib/puppet/parser')
-rw-r--r-- | lib/puppet/parser/interpreter.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/puppet/parser/interpreter.rb b/lib/puppet/parser/interpreter.rb index f595c03a2..3a719e03c 100644 --- a/lib/puppet/parser/interpreter.rb +++ b/lib/puppet/parser/interpreter.rb @@ -810,8 +810,6 @@ class Puppet::Parser::Interpreter unless ActiveRecord::Base.connected? Puppet::Rails.connect - else - Puppet.warning "Already connected" end # Fork the storage, since we don't need the client waiting |