Do not log duplicates renamed if there is none
This commit is contained in:
parent
3a3d2460a8
commit
2273ebd8b5
|
@ -360,10 +360,12 @@ extension ProfileManager {
|
|||
renamedProfiles.append(uniqueProfile)
|
||||
}
|
||||
}
|
||||
if !renamedProfiles.isEmpty {
|
||||
strategy.saveProfiles(renamedProfiles)
|
||||
pp_log.debug("Duplicates successfully renamed!")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// MARK: Readiness
|
||||
|
||||
|
|
Loading…
Reference in New Issue