From 08f899034fb1aee86e649fedf55ec29c8b312666 Mon Sep 17 00:00:00 2001 From: Alleexxi <66967403+Alleexxi@users.noreply.github.com> Date: Fri, 27 Dec 2024 14:25:21 +0100 Subject: [PATCH] Removed a debug print --- src/main.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.rs b/src/main.rs index 59f139b..2fd2236 100644 --- a/src/main.rs +++ b/src/main.rs @@ -167,10 +167,6 @@ async fn main() -> Result<(),()> { let mut garment_map_temp = funcs::extract_garments(garments.clone()); - if slot_name == "hand" { - println!("{:?} {:?}", garment_map_temp, garments); - } - if garment_map_temp.is_empty() { // get the default values from the .mat file let default_pallets = funcs::extract_palletes(ressources_path.join(materials[0].clone()));