remove console log
This commit is contained in:
parent
6c85f6c000
commit
306a612cd1
|
@ -80,8 +80,6 @@ export function handleWakuMessage(
|
||||||
|
|
||||||
// already handled
|
// already handled
|
||||||
if (client.wakuMessages.has(wakuMessageId)) {
|
if (client.wakuMessages.has(wakuMessageId)) {
|
||||||
console.log('already received')
|
|
||||||
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue