]> gitweb.factorcode.org Git - factor.git/commitdiff
Removed some print lines that should not have been checked in
authorDoug Coleman <erg@trifocus.net>
Fri, 28 Oct 2005 00:24:24 +0000 (00:24 +0000)
committerDoug Coleman <erg@trifocus.net>
Fri, 28 Oct 2005 00:24:24 +0000 (00:24 +0000)
contrib/crypto/md5.factor

index 5dd3fbe58c4eab5d516ebdcd4d714364cccc4cbb..00052541c5f30f8f4aa08c0e3dbe0760e64b4904 100644 (file)
@@ -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 ;