Remove debug log entries

This commit is contained in:
zontreck 2025-04-08 18:03:14 -07:00
parent 291be34118
commit 05e41b1631

View file

@ -33,7 +33,8 @@ public class ChestGUI {
ChestGUI gui = it.next();
if (!gui.valid()) {
AriasServerEssentials.getSelf().getLogger().info("A gui has been invalidated, removing from caches");
// AriasServerEssentials.getSelf().getLogger().info("A gui has been invalidated,
// removing from caches");
it.remove();
}
}
@ -46,7 +47,8 @@ public class ChestGUI {
}
}
AriasServerEssentials.getSelf().getLogger().info("No such GUI, returning null");
// AriasServerEssentials.getSelf().getLogger().info("No such GUI, returning
// null");
return null;
}