refactor: Remove debug println
This commit is contained in:
@@ -36,7 +36,6 @@ impl InteractionAction {
|
||||
if stack.amount <= 0 {
|
||||
continue;
|
||||
}
|
||||
println!("1");
|
||||
|
||||
match tile_state {
|
||||
TileState::Empty => match &stack.item_type {
|
||||
|
||||
Reference in New Issue
Block a user