Remove note about development build

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2018-11-02 19:19:00 +11:00
parent 6c57828988
commit 3adff790f9

View file

@ -190,8 +190,6 @@ public class Main {
}
}
System.err.println("*** WARNING: This is a development build. It is not meant for production server usage! Please keep backups and update frequently.");
System.out.println("Loading libraries, please wait...");
MinecraftServer.main(options);
} catch (Throwable t) {