Removed instant wipe

This commit is contained in:
James Quinley 2022-01-23 20:50:28 -08:00
parent 5370d29427
commit c6e13156aa
2 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ public class startup
System.out.println( "We're starting the login delegation server, please wait one moment while we check a few things.");
com.jamesquinley.DelegationServices.delegationTimer.trigger();
DeleteAllRequests();
delegationServices.Clear();
System.out.println("We've started everything, requests are now being served");
}
}