Drop extra comments
This commit is contained in:
parent
092233b546
commit
19886c2314
|
@ -132,12 +132,10 @@ extension ProfileManager {
|
||||||
id == activeProfileId
|
id == activeProfileId
|
||||||
}
|
}
|
||||||
|
|
||||||
// existence in persistent storage
|
|
||||||
public func isExistingProfile(withId id: UUID) -> Bool {
|
public func isExistingProfile(withId id: UUID) -> Bool {
|
||||||
allHeaders[id] != nil
|
allHeaders[id] != nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// existence in persistent storage
|
|
||||||
public func isExistingProfile(withName name: String) -> Bool {
|
public func isExistingProfile(withName name: String) -> Bool {
|
||||||
allHeaders.contains {
|
allHeaders.contains {
|
||||||
$0.value.name == name
|
$0.value.name == name
|
||||||
|
|
Loading…
Reference in New Issue