From 6144bfb437e01d6cd3b578e85a9b7ed00cb0d64a Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Sat, 21 Nov 2009 13:35:52 +0000
Subject: [PATCH] Comment out test code

---
 core/java/src/net/i2p/data/Hash.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/core/java/src/net/i2p/data/Hash.java b/core/java/src/net/i2p/data/Hash.java
index a573b6835d..a99f5ceb5a 100644
--- a/core/java/src/net/i2p/data/Hash.java
+++ b/core/java/src/net/i2p/data/Hash.java
@@ -182,6 +182,7 @@ public class Hash extends DataStructureImpl {
         return _base64ed;
     }
     
+/********
     public static void main(String args[]) {
         testFill();
         testOverflow();
@@ -273,4 +274,5 @@ public class Hash extends DataStructureImpl {
         }
         _log.debug("Fill check test passed");
     }
+*********/
 }
-- 
GitLab