Skip to content

Commit

Permalink
Remove debugging logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Raytwo committed Oct 4, 2024
1 parent 834d987 commit c2961d7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -531,11 +531,8 @@ impl CachedFilesystem {
replacement::addition::add_files_to_directory(&mut context, hash.to_smash_arc(), files.iter().map(|hash| hash.to_smash_arc()).collect());
}

println!("Before take context");
resource::arc_mut().take_context(context);
println!("Before search mut");
resource::search_mut().take_context(search_context);
println!("After search");
}

/// Gets the global mod config
Expand Down

0 comments on commit c2961d7

Please sign in to comment.