Skip to content

Commit

Permalink
removes print
Browse files Browse the repository at this point in the history
  • Loading branch information
matax87 committed Feb 29, 2024
1 parent ac63dd5 commit d047ca5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion NOICommunity/AuthFeature/LoadUserInfoViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ private extension Person {

func hasEmail(_ email: String) -> Bool {
let emails = [primaryEmail, secondaryEmail, tertiaryEmail].compactMap { $0 }
print(self.fullname, emails)
return emails.contains { $0.compare(email, options: .caseInsensitive) == .orderedSame }
}
}
Expand Down

0 comments on commit d047ca5

Please sign in to comment.