From ac7437d3d496fd7e2bc6171ffb96d2bbad7f8e2a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 30 Mar 2011 14:40:39 +0200 Subject: [PATCH] ber: Remove debug statement --- BERTLVStreamTest.st | 1 - 1 file changed, 1 deletion(-) diff --git a/BERTLVStreamTest.st b/BERTLVStreamTest.st index 796bb4f..ef470a2 100644 --- a/BERTLVStreamTest.st +++ b/BERTLVStreamTest.st @@ -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. ]