remove console log

This commit is contained in:
Felicio Mununga 2022-06-10 16:47:59 +02:00
parent 6c85f6c000
commit 306a612cd1
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
1 changed files with 0 additions and 2 deletions

View File

@ -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
} }