From 6c928fe9a0b5c7b54868666bd8efc3caba462184 Mon Sep 17 00:00:00 2001 From: Robert O'Shea Date: Mon, 11 Dec 2023 12:19:21 +0000 Subject: [PATCH] Remove debug print statement --- src/animation.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/animation.rs b/src/animation.rs index b1b2a84..d471411 100644 --- a/src/animation.rs +++ b/src/animation.rs @@ -236,7 +236,6 @@ fn load_enemy_animations( ); image_handles.insert(name.clone(), texture_atlases.add(texture_atlas)); } - println!("Loaded enemy: {}", enemy.name); anim_map.insert( enemy.name.clone(), AnimationHandles {