dont sort search results

This commit is contained in:
Kyle Spearrin 2018-08-13 16:03:24 -04:00
parent 2efe788d96
commit 8448b48cd7
1 changed files with 0 additions and 3 deletions

View File

@ -116,9 +116,6 @@ export class SearchService implements SearchServiceAbstraction {
}
});
}
if (results != null) {
results.sort(this.cipherService.getLocaleSortingFunction());
}
return results;
}