no ECC log

This commit is contained in:
hatim boufnichel 2021-04-05 19:30:07 +02:00
parent 67f980608a
commit 8624cd2837

View file

@ -70,8 +70,6 @@ const encryptedEmit = socket => async (eventName, ...args) => {
})
)
console.log('Encrypted args:', encryptedArgs, args)
return socket.emit(eventName, ...encryptedArgs)
} catch (err) {
logger.error(