yeet debug

This commit is contained in:
onebeastchris 2024-03-15 13:41:22 +01:00
parent 28283f2b8b
commit 8659dcf8e4
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ public final class Bootstraps {
if (kernelVersion == null) {
REUSEPORT_AVAILABLE = false;
} else {
GeyserImpl.getInstance().getLogger().warning("kernel version: " + kernelVersion);
int[] kernelVer = fromString(kernelVersion);
REUSEPORT_AVAILABLE = checkVersion(kernelVer, 0);
}