Removed some print lines that should not have been checked in

cvs
Doug Coleman 2005-10-28 00:24:24 +00:00
parent b573709cb0
commit 8c27d62a03
1 changed files with 2 additions and 9 deletions

View File

@ -1,6 +1,6 @@
IN: crypto-internals IN: crypto-internals
USING: kernel io strings sequences namespaces math prettyprint USING: kernel io strings sequences namespaces math
unparser test parser lists crypto ; unparser test parser lists crypto ;
SYMBOL: a SYMBOL: a
SYMBOL: b SYMBOL: b
@ -149,15 +149,8 @@ SYMBOL: old-d
S41 61 pick 4 nth-int [ I ] ABCD S41 61 pick 4 nth-int [ I ] ABCD
S42 62 pick 11 nth-int [ I ] DABC S42 62 pick 11 nth-int [ I ] DABC
S43 63 pick 2 nth-int [ I ] CDAB S43 63 pick 2 nth-int [ I ] CDAB
"63: " write get-old-md5-debug hex-string print
"63change: " write get-md5-debug hex-string print
S44 64 pick 9 nth-int [ I ] BCDA S44 64 pick 9 nth-int [ I ] BCDA
"64: " write get-old-md5-debug hex-string print
"64change: " write get-md5-debug hex-string print
update-md update-md
drop ; drop ;