mirror of
https://github.com/WarrenHood/MCModpackManager.git
synced 2025-04-30 00:04:59 +01:00
Remove overly verbose checks for existing mods when downloading
This commit is contained in:
parent
0fcfe434d5
commit
a7391537bc
|
@ -40,10 +40,6 @@ impl PinnedPackMeta {
|
|||
for file in files.into_iter() {
|
||||
let file = file?;
|
||||
if file.file_type()?.is_file() {
|
||||
println!(
|
||||
"Checking if file {:#?} exists in pinned mods...",
|
||||
file.file_name()
|
||||
);
|
||||
let filename = file.file_name();
|
||||
if !self.file_is_pinned(&filename, download_side) {
|
||||
println!(
|
||||
|
|
Loading…
Reference in a new issue