SEARCH-273

- Log for encryption
This commit is contained in:
Keerthi Niranjan 2017-10-23 09:39:24 +05:30
parent 74b653efc9
commit 9f7896bf4a

View File

@ -208,7 +208,9 @@ class Search {
* to the main user index
*/
encryptIndex() {
console.time('encryption');
return this.crypto.encryption().then(() => {
console.timeEnd('encryption');
return 'Success'
}).catch((e) => {
return (new Error(e));