mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2026-02-04 11:31:02 +00:00
removed more debugs
This commit is contained in:
@@ -83,7 +83,6 @@ public class BlocksMined implements Listener {
|
||||
// update the blocks mined
|
||||
ItemStack newItem = toolStats.itemLore.updateBlocksMined(heldItem, 1);
|
||||
if (newItem != null) {
|
||||
toolStats.logger.info(newItem.toString());
|
||||
// replace item in main hand
|
||||
inventory.setItemInMainHand(newItem);
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user