smalltalk
/
osmo-st-asn1
Archived
1
0
Fork 0

ber: Remove debug statement

This commit is contained in:
Holger Hans Peter Freyther 2011-03-30 14:40:39 +02:00
parent 675abe4fb4
commit ac7437d3d4
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ TestCase subclass: BERTLVStreamTest [
16rD5 16r4C 16r16 16r1B 16r01) asByteArray.
value := (BERTLVStream on: data readStream) nextAllRecursive first.
value second size printNl.
self assert: value first asTuple = #(2 true 1).
self assert: value second size = 3.
]