Skip to content

Commit 24ee5f9

Browse files
committed
im silly
1 parent 2b7c135 commit 24ee5f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/lol/hyper/toolstats/tools/ItemLore.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,6 @@ public ItemMeta updateCropsMined(ItemStack playerTool, int add) {
259259
cropsMined = container.get(toolStats.cropsHarvested, PersistentDataType.INTEGER);
260260
}
261261

262-
toolStats.logger.info("woooo!!!!!!!!!!");
263-
264262
if (cropsMined == null) {
265263
cropsMined = 0;
266264
toolStats.logger.warning(clone + " does not have valid crops-mined set! Resting to zero. This should NEVER happen.");

0 commit comments

Comments
 (0)