9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-19 14:59:21 +00:00

fix: remove debug logging

This commit is contained in:
William
2024-09-05 17:35:20 +01:00
parent 1a703102c3
commit a7aeb1de21

View File

@@ -487,7 +487,6 @@ public abstract class BukkitData implements Data {
if (stat != 0) {
map.compute(id.getKey().getKey(), (k, v) -> v == null ? Maps.newHashMap() : v)
.put(i.getKey().getKey(), stat);
System.out.println("Adding stat for " + id.getKey() + ", type: " + i.getKey());
}
} catch (IllegalStateException ignored) {
}