mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2025-12-23 00:29:18 +00:00
fix: remove debug logging
This commit is contained in:
@@ -487,7 +487,6 @@ public abstract class BukkitData implements Data {
|
|||||||
if (stat != 0) {
|
if (stat != 0) {
|
||||||
map.compute(id.getKey().getKey(), (k, v) -> v == null ? Maps.newHashMap() : v)
|
map.compute(id.getKey().getKey(), (k, v) -> v == null ? Maps.newHashMap() : v)
|
||||||
.put(i.getKey().getKey(), stat);
|
.put(i.getKey().getKey(), stat);
|
||||||
System.out.println("Adding stat for " + id.getKey() + ", type: " + i.getKey());
|
|
||||||
}
|
}
|
||||||
} catch (IllegalStateException ignored) {
|
} catch (IllegalStateException ignored) {
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user