mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-04-25 11:22:26 +00:00
Fix eslint
This commit is contained in:
parent
dff7f8bae0
commit
5cd8a902fb
@ -10,7 +10,7 @@ if(DUMP_SESSION_KEYS){
|
|||||||
keyLogger = logger
|
keyLogger = logger
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
keyLogger = () => {}
|
keyLogger = () => { /* do nothing */ }
|
||||||
}
|
}
|
||||||
|
|
||||||
export function logLocalStaticKeys(s: KeyPair): void {
|
export function logLocalStaticKeys(s: KeyPair): void {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user