From 4f00ddace08bd5ad17500a405f55554dff343be7 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 4 Sep 2022 23:01:15 -0500 Subject: remove some debug stuff and fix recipe packet --- azalea-world/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'azalea-world/src') diff --git a/azalea-world/src/lib.rs b/azalea-world/src/lib.rs index 2d65ebc8..4f51d655 100644 --- a/azalea-world/src/lib.rs +++ b/azalea-world/src/lib.rs @@ -70,7 +70,6 @@ impl Dimension { } pub fn set_entity_pos(&mut self, entity_id: u32, new_pos: Vec3) -> Result<(), MoveEntityError> { - println!("set_entity_pos({}, {:?})", entity_id, new_pos); let mut entity = self .entity_mut(entity_id) .ok_or(MoveEntityError::EntityDoesNotExist)?; -- cgit v1.2.3