diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-06-19 01:58:49 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-06-19 01:58:49 +0000 |
commit | fd15de73381dba872875f0520ee53a4132a4efb7 (patch) | |
tree | 0346386aa7f0e6e7a9974c7b49ffb6c1ff77258e /lib | |
parent | 5043adefd3af23e4fdca4073c2f891ac764e0aae (diff) | |
download | puppet-fd15de73381dba872875f0520ee53a4132a4efb7.tar.gz puppet-fd15de73381dba872875f0520ee53a4132a4efb7.tar.xz puppet-fd15de73381dba872875f0520ee53a4132a4efb7.zip |
Removing extra debugging from the interpreter
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2626 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
-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 |