removed more debugs

This commit is contained in:
hyperdefined
2025-01-26 13:24:45 -05:00
parent 390aeac226
commit b025fd0b46
3 changed files with 0 additions and 7 deletions

View File

@@ -78,7 +78,6 @@ public class InventoryOpen implements Listener {
continue;
}
String hash = toolStats.hashMaker.makeHash(itemStack.getType(), owner, timestamp);
toolStats.logger.info(hash);
container.set(toolStats.hash, PersistentDataType.STRING, hash);
}
}