refactor: Remove dbg print
This commit is contained in:
@@ -53,7 +53,6 @@ pub fn spawn_context_menu(
|
||||
let Ok(tile_state) = tile_query.get(tile_entity) else {
|
||||
return;
|
||||
};
|
||||
dbg!(tile_state);
|
||||
let options = InteractionAction::list_options(tile_state, &inventory, item_query);
|
||||
|
||||
commands
|
||||
|
||||
Reference in New Issue
Block a user