Removed accidental commit from JSONInterface.java

Removed more traces of I2PDesktop.java.
This commit is contained in:
dev
2011-06-28 13:23:22 +00:00
parent 4d23b839b4
commit 40d8b4a04d
2 changed files with 1 additions and 5 deletions

View File

@ -48,7 +48,6 @@ public class JSONInterface{
_log.error("Bad URL: http://"+srvHost+":"+srvPort+"/"+srvTarget, e);
}
session = new JSONRPC2Session(srvURL);
session.
}