From fd15de73381dba872875f0520ee53a4132a4efb7 Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 19 Jun 2007 01:58:49 +0000 Subject: Removing extra debugging from the interpreter git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2626 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/parser/interpreter.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/puppet/parser') 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 -- cgit