This commit is contained in:
jrandom
2006-02-16 09:13:48 +00:00
committed by zzz
parent fb17e70f12
commit d2ddca7d64

View File

@ -448,7 +448,6 @@ public class IndexBean {
/** I2CP host the router is on */ /** I2CP host the router is on */
public void setClientHost(String host) { public void setClientHost(String host) {
_i2cpHost = (host != null ? host.trim() : null); _i2cpHost = (host != null ? host.trim() : null);
System.out.println("set client host [" + host + "]");
} }
/** I2CP port the router is on */ /** I2CP port the router is on */
public void setClientport(String port) { public void setClientport(String port) {