diff --git a/router/java/src/net/i2p/router/tunnel/pool/TestJob.java b/router/java/src/net/i2p/router/tunnel/pool/TestJob.java
index a9e31f45234432a982730c7b2d149a99ef307f4c..aa5ab59b67a94afe0b715b2a44dcb9f88a831309 100644
--- a/router/java/src/net/i2p/router/tunnel/pool/TestJob.java
+++ b/router/java/src/net/i2p/router/tunnel/pool/TestJob.java
@@ -335,8 +335,8 @@ class TestJob extends JobImpl {
         public String getName() { return "Tunnel test timeout"; }
 
         public void runJob() {
-            if (_log.shouldLog(Log.WARN))
-                _log.warn("Tunnel test #" + _id + " timeout: found? " + _found);
+            //if (_log.shouldLog(Log.WARN))
+            //    _log.warn("Tunnel test #" + _id + " timeout: found? " + _found);
             if (!_found) {
                 // don't clog up the SKM with old one-tag tagsets
                 SessionKeyManager skm;