[freenet-cvs] r19658 - trunk/freenet/src/freenet/clients/http

toad at freenetproject.org toad at freenetproject.org
Thu May 1 18:29:22 UTC 2008


Author: toad
Date: 2008-05-01 18:29:22 +0000 (Thu, 01 May 2008)
New Revision: 19658

Modified:
   trunk/freenet/src/freenet/clients/http/SymlinkerToadlet.java
Log:
Logging

Modified: trunk/freenet/src/freenet/clients/http/SymlinkerToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/SymlinkerToadlet.java	2008-05-01 17:55:27 UTC (rev 19657)
+++ trunk/freenet/src/freenet/clients/http/SymlinkerToadlet.java	2008-05-01 18:29:22 UTC (rev 19658)
@@ -40,11 +40,8 @@
 		String fns[] = tslconfig.getStringArr("symlinks");
 		if (fns != null) {
 			for (int i = 0 ; i < fns.length ; i++) {
-				//System.err.println("Load: " + StringArrOption.decode(fns[i]));
 				String tuple[] = fns[i].split("#");
 				if (tuple.length == 2)
-					System.out.println("Adding link: " + tuple[0] + " => " + tuple[1]);
-				if (tuple.length == 2)
 					addLink(tuple[0], tuple[1], false);
 			}
 		}




More information about the cvs mailing list