Author: toad
Date: 2009-04-03 23:29:36 +0000 (Fri, 03 Apr 2009)
New Revision: 26492

Modified:
   trunk/freenet/src/freenet/client/async/USKInserter.java
Log:
comment out logging


Modified: trunk/freenet/src/freenet/client/async/USKInserter.java
===================================================================
--- trunk/freenet/src/freenet/client/async/USKInserter.java     2009-04-03 
23:24:00 UTC (rev 26491)
+++ trunk/freenet/src/freenet/client/async/USKInserter.java     2009-04-03 
23:29:36 UTC (rev 26492)
@@ -399,14 +399,14 @@
                container.delete(this);
        }
 
-       public boolean objectCanNew(ObjectContainer container) {
-               Logger.minor(this, "objectCanNew() on "+this, new 
Exception("debug"));
-               return true;
-       }
+//     public boolean objectCanNew(ObjectContainer container) {
+//             Logger.minor(this, "objectCanNew() on "+this, new 
Exception("debug"));
+//             return true;
+//     }
+//     
+//     public boolean objectCanUpdate(ObjectContainer container) {
+//             Logger.minor(this, "objectCanUpdate() on "+this, new 
Exception("debug"));
+//             return true;
+//     }
        
-       public boolean objectCanUpdate(ObjectContainer container) {
-               Logger.minor(this, "objectCanUpdate() on "+this, new 
Exception("debug"));
-               return true;
-       }
-       
 }

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to