Skip to content

Commit

Permalink
Remove debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
PurityLake committed Dec 11, 2023
1 parent 7d63605 commit 6c928fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/animation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6c928fe

Please sign in to comment.