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);