Removed debug sysout

This commit is contained in:
RaphiMC 2023-08-27 01:06:28 +02:00
parent 08cee46788
commit 34d518cb4c
No known key found for this signature in database
GPG Key ID: 0F6BB0657A03AC94

View File

@ -106,7 +106,6 @@ public class ClassicLevelStorage extends StoredObject {
ClassicLevelStorage.this.eventLoopPing = System.currentTimeMillis() - start;
});
System.out.println(this.eventLoopPing);
int limit = 0;
if (this.eventLoopPing < 50) {
limit = 12;