From 8c27d62a033d8b7353e27fc11c555466af5762bd Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Fri, 28 Oct 2005 00:24:24 +0000 Subject: [PATCH] Removed some print lines that should not have been checked in --- contrib/crypto/md5.factor | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/contrib/crypto/md5.factor b/contrib/crypto/md5.factor index 5dd3fbe58c..00052541c5 100644 --- a/contrib/crypto/md5.factor +++ b/contrib/crypto/md5.factor @@ -1,6 +1,6 @@ IN: crypto-internals -USING: kernel io strings sequences namespaces math prettyprint -unparser test parser lists crypto ; +USING: kernel io strings sequences namespaces math + unparser test parser lists crypto ; SYMBOL: a SYMBOL: b @@ -149,15 +149,8 @@ SYMBOL: old-d S41 61 pick 4 nth-int [ I ] ABCD S42 62 pick 11 nth-int [ I ] DABC 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 - "64: " write get-old-md5-debug hex-string print - "64change: " write get-md5-debug hex-string print - update-md drop ;