Remove outdated build delay.

Dieser Commit ist enthalten in:
md_5 2019-04-22 16:44:07 +10:00
Ursprung 3697519ba5
Commit a46fdbc62c

Datei anzeigen

@ -177,7 +177,7 @@ public class Main {
useConsole = false;
}
if (Main.class.getPackage().getImplementationVendor() != null && System.getProperty("IReallyKnowWhatIAmDoingISwear") == null) {
if (false && Main.class.getPackage().getImplementationVendor() != null && System.getProperty("IReallyKnowWhatIAmDoingISwear") == null) {
Date buildDate = new SimpleDateFormat("yyyyMMdd-HHmm").parse(Main.class.getPackage().getImplementationVendor());
Calendar deadline = Calendar.getInstance();