Author: toad
Date: 2008-06-17 18:25:12 +0000 (Tue, 17 Jun 2008)
New Revision: 20412

Modified:
   branches/db4o/freenet/src/freenet/clients/http/QueueToadlet.java
Log:
Doh

Modified: branches/db4o/freenet/src/freenet/clients/http/QueueToadlet.java
===================================================================
--- branches/db4o/freenet/src/freenet/clients/http/QueueToadlet.java    
2008-06-17 18:23:26 UTC (rev 20411)
+++ branches/db4o/freenet/src/freenet/clients/http/QueueToadlet.java    
2008-06-17 18:25:12 UTC (rev 20412)
@@ -169,11 +169,6 @@
                                // FIXME panic button should just dump the 
entire database ???
                                // FIXME what about non-global requests ???

-                               ClientRequest[] reqs = fcp.getGlobalRequests();
-                               if(logMINOR) Logger.minor(this, "Request count: 
"+reqs.length);
-                               
-                               StringBuffer failedIdentifiers = new 
StringBuffer();
-                               
                                boolean success = 
fcp.removeAllGlobalRequestsBlocking();

                                if(!success)


Reply via email to