mirror of
				https://github.com/finos/SymphonyElectron.git
				synced 2025-02-25 18:55:29 -06:00 
			
		
		
		
	SEARCH-273
- Removed log for encryption
This commit is contained in:
		| @@ -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)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user