mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-01-03 12:47:13 -06:00
SEARCH-273
- Removed log for encryption
This commit is contained in:
parent
9f7896bf4a
commit
c4edeceb10
@ -208,9 +208,7 @@ class Search {
|
|||||||
* to the main user index
|
* to the main user index
|
||||||
*/
|
*/
|
||||||
encryptIndex() {
|
encryptIndex() {
|
||||||
console.time('encryption');
|
|
||||||
return this.crypto.encryption().then(() => {
|
return this.crypto.encryption().then(() => {
|
||||||
console.timeEnd('encryption');
|
|
||||||
return 'Success'
|
return 'Success'
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
return (new Error(e));
|
return (new Error(e));
|
||||||
|
Loading…
Reference in New Issue
Block a user