Removed debug.
This commit is contained in:
@ -124,7 +124,6 @@ public class JSONInterface {
|
|||||||
|
|
||||||
private static synchronized String getNewToken()
|
private static synchronized String getNewToken()
|
||||||
throws InvalidPasswordException {
|
throws InvalidPasswordException {
|
||||||
System.out.println("getNewToken()");
|
|
||||||
JSONRPC2Request req = new JSONRPC2Request("authenticate", incrNonce());
|
JSONRPC2Request req = new JSONRPC2Request("authenticate", incrNonce());
|
||||||
|
|
||||||
Map outParams = new HashMap();
|
Map outParams = new HashMap();
|
||||||
|
Reference in New Issue
Block a user