Removed extraneous print statement, caught by
Gary Williams, gary.williams@sas.com
This commit is contained in:
parent
2baf207486
commit
526c1cf08b
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ class Filter
|
||||||
seq << ary.shift.to_ber_contextspecific(0)
|
seq << ary.shift.to_ber_contextspecific(0)
|
||||||
end
|
end
|
||||||
n_any_strings = ary.length - (final_star ? 0 : 1)
|
n_any_strings = ary.length - (final_star ? 0 : 1)
|
||||||
p n_any_strings
|
#p n_any_strings
|
||||||
n_any_strings.times {
|
n_any_strings.times {
|
||||||
seq << ary.shift.to_ber_contextspecific(1)
|
seq << ary.shift.to_ber_contextspecific(1)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue