From 24f819796462d3246d9a44a194894c1b27887b05 Mon Sep 17 00:00:00 2001 From: dev Date: Tue, 5 Jul 2011 12:33:29 +0000 Subject: [PATCH] Removed debug. --- src/net/i2p/itoopie/i2pcontrol/JSONInterface.java | 1 - 1 file changed, 1 deletion(-) 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();