remove console log

This commit is contained in:
Felicio Mununga 2022-06-10 16:47:59 +02:00
parent 1981b8a27d
commit a14eb6e011
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
if (client.wakuMessages.has(wakuMessageId)) {
console.log('already received')
return
}