Author: toad
Date: 2008-01-30 12:25:08 +0000 (Wed, 30 Jan 2008)
New Revision: 17407
Modified:
trunk/freenet/src/freenet/node/CHKInsertHandler.java
Log:
Delete old commented out debugging code
Modified: trunk/freenet/src/freenet/node/CHKInsertHandler.java
===================================================================
--- trunk/freenet/src/freenet/node/CHKInsertHandler.java 2008-01-30
09:52:47 UTC (rev 17406)
+++ trunk/freenet/src/freenet/node/CHKInsertHandler.java 2008-01-30
12:25:08 UTC (rev 17407)
@@ -215,15 +215,6 @@
continue;
}
-// // FIXME obviously! For debugging load issues.
-// if(node.myName.equalsIgnoreCase("Toad #1") &&
-// node.random.nextBoolean()) {
-// // Maliciously timeout
-// Logger.error(this, "Maliciously timing out: was
"+sender.getStatusString());
-// sentSuccess = true;
-// return;
-// }
-
// Local RejectedOverload's (fatal).
// Internal error counts as overload. It'd only create a timeout
otherwise, which is the same thing anyway.
// We *really* need a good way to deal with nodes that constantly
R_O!