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 7b3e65e3f0d1a3c24e8dad4d1c6f81855565564c..e279716c763ffa023fe5ffdb831b9eaebbc30c64 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) {