Skip to content

Commit 50b5823

Browse files
committed
remove debug
1 parent c87d0ca commit 50b5823

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/lol/hyper/toolstats/events/EntityDeath.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ private ItemStack addLore(ItemStack oldItem, LivingEntity entity) {
8888

8989
if (toolStats.config.getBoolean("enabled.dropped-by")) {
9090
String mobName = toolStats.config.getString("messages.mob." + entity.getType());
91-
toolStats.logger.info("messages.mob." + entity.getType());
92-
toolStats.logger.info(mobName);
9391
if (mobName == null) {
9492
mobName = entity.getName();
9593
}

0 commit comments

Comments
 (0)