From d2ddca7d64c1ae83ba69c3d9e864b4fe465072bd Mon Sep 17 00:00:00 2001
From: jrandom <jrandom>
Date: Thu, 16 Feb 2006 09:13:48 +0000
Subject: [PATCH] *cough*

---
 apps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/IndexBean.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/IndexBean.java b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/IndexBean.java
index 7b3e65e3f0..e279716c76 100644
--- a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/IndexBean.java
+++ b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/IndexBean.java
@@ -448,7 +448,6 @@ public class IndexBean {
     /** I2CP host the router is on */
     public void setClientHost(String host) {
         _i2cpHost = (host != null ? host.trim() : null);
-        System.out.println("set client host [" + host + "]");
     }
     /** I2CP port the router is on */
     public void setClientport(String port) {
-- 
GitLab