SEARCH-273

- Removed log for encryption
This commit is contained in:
Keerthi Niranjan 2017-10-23 11:51:14 +05:30
parent 9f7896bf4a
commit c4edeceb10

View File

@ -208,9 +208,7 @@ 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));