From 526c1cf08b983b73b89b1e81960328baa0b27b88 Mon Sep 17 00:00:00 2001 From: blackhedd Date: Tue, 27 Jun 2006 17:35:18 +0000 Subject: [PATCH] Removed extraneous print statement, caught by Gary Williams, gary.williams@sas.com --- lib/net/ldap/filter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/ldap/filter.rb b/lib/net/ldap/filter.rb index 8c672a4..d086785 100644 --- a/lib/net/ldap/filter.rb +++ b/lib/net/ldap/filter.rb @@ -194,7 +194,7 @@ class Filter seq << ary.shift.to_ber_contextspecific(0) end n_any_strings = ary.length - (final_star ? 0 : 1) - p n_any_strings + #p n_any_strings n_any_strings.times { seq << ary.shift.to_ber_contextspecific(1) }