mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-16 22:37:07 +00:00
Remove unnecessary log
As it is unlikely to decode as utf-8.
This commit is contained in:
parent
f73afc5244
commit
067ebebdf0
@ -19,11 +19,7 @@ export class Message {
|
||||
return new Message(chatMsg, wakuMsg.timestamp);
|
||||
}
|
||||
} catch (e) {
|
||||
console.error(
|
||||
"Failed to decode chat message",
|
||||
wakuMsg.payloadAsUtf8,
|
||||
e
|
||||
);
|
||||
console.error("Failed to decode chat message", e);
|
||||
}
|
||||
}
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user