mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-03 14:23:12 +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