diff --git a/src/net/i2p/itoopie/i2pcontrol/JSONInterface.java b/src/net/i2p/itoopie/i2pcontrol/JSONInterface.java index 00216806d..a546e999d 100644 --- a/src/net/i2p/itoopie/i2pcontrol/JSONInterface.java +++ b/src/net/i2p/itoopie/i2pcontrol/JSONInterface.java @@ -124,7 +124,6 @@ public class JSONInterface { private static synchronized String getNewToken() throws InvalidPasswordException { - System.out.println("getNewToken()"); JSONRPC2Request req = new JSONRPC2Request("authenticate", incrNonce()); Map outParams = new HashMap();