Cleanup unneccessary print
This commit is contained in:
parent
653ce515ab
commit
b152d7e1e9
3 changed files with 10 additions and 27 deletions
|
|
@ -43,8 +43,6 @@ class CredentialProviderViewController: ASCredentialProviderViewController, UITa
|
|||
prioritize the most relevant credentials in the list.
|
||||
*/
|
||||
override func prepareCredentialList(for serviceIdentifiers: [ASCredentialServiceIdentifier]) {
|
||||
print("prepareCredentialList")
|
||||
|
||||
// clean up the search bar
|
||||
guard serviceIdentifiers.count > 0 else {
|
||||
searchBar.text = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue