Cleanup unneccessary print

This commit is contained in:
Bob Sun 2018-11-16 23:08:35 -08:00
parent 653ce515ab
commit b152d7e1e9
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
3 changed files with 10 additions and 27 deletions

View file

@ -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 = ""