Removed extraneous print statement, caught by

Gary Williams, gary.williams@sas.com
This commit is contained in:
blackhedd 2006-06-27 17:35:18 +00:00
parent 2baf207486
commit 526c1cf08b

View file

@ -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)
}