Drop extra comments

This commit is contained in:
Davide De Rosa 2022-05-04 23:57:45 +02:00
parent 092233b546
commit 19886c2314
1 changed files with 0 additions and 2 deletions

View File

@ -132,12 +132,10 @@ extension ProfileManager {
id == activeProfileId
}
// existence in persistent storage
public func isExistingProfile(withId id: UUID) -> Bool {
allHeaders[id] != nil
}
// existence in persistent storage
public func isExistingProfile(withName name: String) -> Bool {
allHeaders.contains {
$0.value.name == name