Skip to content

Commit

Permalink
Removed a debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Alleexxi authored Dec 27, 2024
1 parent 2ab4598 commit 08f8990
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()));
Expand Down

0 comments on commit 08f8990

Please sign in to comment.