diff options
author | Luke Kanies <luke@madstop.com> | 2005-08-29 17:16:22 +0000 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2005-08-29 17:16:22 +0000 |
commit | 65d13753127cac85a57274e89b0d5d616e63bcb4 (patch) | |
tree | a8be1ecf6a0e9f73506b0766141d7b2a48b6ad13 /lib | |
parent | cdfaa5ea36926caae58f30db86ed898cde82b874 (diff) | |
download | puppet-65d13753127cac85a57274e89b0d5d616e63bcb4.tar.gz puppet-65d13753127cac85a57274e89b0d5d616e63bcb4.tar.xz puppet-65d13753127cac85a57274e89b0d5d616e63bcb4.zip |
disabling print of library warnings, since webrick and openssl have far too many warnings for comfort
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@596 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
-rw-r--r-- | lib/puppet.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/puppet.rb b/lib/puppet.rb index ba432f492..ef4624cf6 100644 --- a/lib/puppet.rb +++ b/lib/puppet.rb @@ -2,8 +2,6 @@ # $Id$ -$VERBOSE = true - require 'singleton' require 'puppet/log' |