removed unnecessary warning

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7916 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
orbiter 2011-09-01 10:37:14 +00:00
parent cf8e3b0df8
commit 2d03dc1804

View File

@ -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;
}