[freenet-cvs] r15025 - trunk/plugins/XMLSpider

toad at freenetproject.org toad at freenetproject.org
Fri Sep 7 22:59:32 UTC 2007


Author: toad
Date: 2007-09-07 22:59:32 +0000 (Fri, 07 Sep 2007)
New Revision: 15025

Modified:
   trunk/plugins/XMLSpider/XMLSpider.java
Log:
delete dead code

Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java	2007-09-07 22:58:25 UTC (rev 15024)
+++ trunk/plugins/XMLSpider/XMLSpider.java	2007-09-07 22:59:32 UTC (rev 15025)
@@ -1176,10 +1176,6 @@
 			tMap.put(MD5(word), word);
 			//long time_indexing = System.currentTimeMillis();
 //			FileWriter outp = new FileWriter("logfile",true);
-			long next = System.currentTimeMillis() - (tProducedIndex + minTimeBetweenEachIndexRewriting * 10);
-//			outp.write("after ==== "+next);
-//			outp.close();
-			
 		
 			if (tProducedIndex + minTimeBetweenEachIndexRewriting * 1000 < System.currentTimeMillis()) {
 				try {




More information about the cvs mailing list