From 2d03dc180406168700ca08fc1151ff741524653c Mon Sep 17 00:00:00 2001 From: orbiter Date: Thu, 1 Sep 2011 10:37:14 +0000 Subject: [PATCH] removed unnecessary warning git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7916 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/api/termlist_p.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htroot/api/termlist_p.java b/htroot/api/termlist_p.java index c8d550f6f..8d8e1d965 100644 --- a/htroot/api/termlist_p.java +++ b/htroot/api/termlist_p.java @@ -82,7 +82,7 @@ public class termlist_p { prop.put("terms_" + c + "_termhash", hstring); prop.put("terms_" + c + "_count", count); prop.put("terms_" + c + "_memory", mem); - log.logWarning("termhash: " + hstring + " | count: " + count + " | memory: " + mem); + //log.logWarning("termhash: " + hstring + " | count: " + count + " | memory: " + mem); c++; totalmemory += mem; }