unused code out
This commit is contained in:
@ -885,7 +885,6 @@ public class Router {
|
||||
//try { _sessionKeyPersistenceHelper.shutdown(); } catch (Throwable t) { _log.log(Log.CRIT, "Error shutting down the session key manager", t); }
|
||||
_context.deleteTempDir();
|
||||
RouterContext.listContexts().remove(_context);
|
||||
//dumpStats();
|
||||
finalShutdown(exitCode);
|
||||
}
|
||||
|
||||
@ -1067,10 +1066,6 @@ public class Router {
|
||||
_log.log(Log.CRIT, "Restart complete");
|
||||
}
|
||||
|
||||
private void dumpStats() {
|
||||
//_log.log(Log.CRIT, "Lifetime stats:\n\n" + StatsGenerator.generateStatsPage());
|
||||
}
|
||||
|
||||
public static void main(String args[]) {
|
||||
System.out.println("Starting I2P " + RouterVersion.FULL_VERSION);
|
||||
// installUpdates() moved to constructor so we can get file locations from the context
|
||||
|
Reference in New Issue
Block a user