I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit d2ddca7d authored by jrandom's avatar jrandom Committed by zzz
Browse files

*cough*

parent fb17e70f
No related branches found
No related tags found
No related merge requests found
...@@ -448,7 +448,6 @@ public class IndexBean { ...@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment