unused code out

This commit is contained in:
zzz
2009-08-13 15:15:41 +00:00
parent 3fbff71861
commit 55e8583663
2 changed files with 8 additions and 5 deletions

View File

@ -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