From 5ef89790eb30bc61af4d6f8a429af316aa0a3702 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Fri, 4 Jul 2008 09:13:50 +1000 Subject: Removed debugging from lib/puppet/util/ldap/connection.rb --- lib/puppet/util/ldap/connection.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/puppet/util/ldap/connection.rb b/lib/puppet/util/ldap/connection.rb index 861539872..f6530f853 100644 --- a/lib/puppet/util/ldap/connection.rb +++ b/lib/puppet/util/ldap/connection.rb @@ -63,7 +63,6 @@ class Puppet::Util::Ldap::Connection @connection.set_option(LDAP::LDAP_OPT_REFERRALS, LDAP::LDAP_OPT_ON) @connection.simple_bind(user, password) rescue => detail - puts detail.class raise Puppet::Error, "Could not connect to LDAP: %s" % detail end end -- cgit