From e03a63f9fbebddbe2bc4812b33d71aaed0af3523 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Sun, 10 Aug 2025 12:42:28 -0400 Subject: [PATCH] A little bit of refactoring while thinking about the loot next. --- gui/fsm.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/fsm.cpp b/gui/fsm.cpp index e37012b..b80486a 100644 --- a/gui/fsm.cpp +++ b/gui/fsm.cpp @@ -483,7 +483,6 @@ namespace gui { event(Event::LOOT_ITEM); } break; case eGUI::LOOT_CONTAINER: { - dbc::log("YEP container works."); $loot_ui.set_target($loot_ui.$temp_loot); $loot_ui.update(); event(Event::LOOT_OPEN);