Remove several @ts-ignores
This commit is contained in:
parent
e0bd9f6958
commit
770c80b9ee
7 changed files with 11 additions and 36 deletions
|
@ -273,13 +273,6 @@ async function queryConversationsAndContacts(
|
|||
}
|
||||
}
|
||||
|
||||
// // @ts-ignore
|
||||
// console._log(
|
||||
// '%cqueryConversationsAndContacts',
|
||||
// 'background:black;color:red;',
|
||||
// { searchResults, conversations, ourNumber, ourUuid }
|
||||
// );
|
||||
|
||||
// Inject synthetic Note to Self entry if query matches localized 'Note to Self'
|
||||
if (noteToSelf.indexOf(providedQuery.toLowerCase()) !== -1) {
|
||||
// ensure that we don't have duplicates in our results
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue