Removed debug.

This commit is contained in:
dev
2011-07-05 12:33:29 +00:00
parent 9ede0ad2c0
commit 24f8197964

View File

@ -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();