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:
@@ -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) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user