Removed accidental commit from JSONInterface.java
Removed more traces of I2PDesktop.java.
This commit is contained in:
@ -13,7 +13,6 @@ import javax.swing.SwingWorker;
|
||||
import net.i2p.itoopie.i18n.ItoopieTranslator;
|
||||
import net.i2p.itoopie.i2pcontrol.JSONInterface;
|
||||
import net.i2p.itoopie.util.BrowseException;
|
||||
import net.i2p.itoopie.util.I2PDesktop;
|
||||
|
||||
public class Main {
|
||||
|
||||
@ -105,9 +104,7 @@ public class Main {
|
||||
|
||||
@Override
|
||||
protected void done() {
|
||||
try {
|
||||
I2PDesktop.browse("http://localhost:7657");
|
||||
} catch (BrowseException e1) { }
|
||||
System.out.println("Tried to open url");
|
||||
}
|
||||
}.execute();
|
||||
}
|
||||
|
Reference in New Issue
Block a user