diff --git a/src/features/pom/actions.rs b/src/features/pom/actions.rs index 4849fa4..afe0a26 100644 --- a/src/features/pom/actions.rs +++ b/src/features/pom/actions.rs @@ -36,7 +36,6 @@ impl InteractionAction { if stack.amount <= 0 { continue; } - println!("1"); match tile_state { TileState::Empty => match &stack.item_type {