diff --git a/chatBot/includes/client.js b/chatBot/includes/client.js index d03d411..2c7a0b9 100644 --- a/chatBot/includes/client.js +++ b/chatBot/includes/client.js @@ -26,7 +26,8 @@ class Client extends EventEmitter { this.swarm.peers.forEach((peerInfo, peer) => { console.log(`Peer ${[peer]} is in topic(s) [${[peerInfo.topics].filter(topic => topic).map(topic => { console.log(topic) - b4a.toString(topic, 'hex') + return "test" + // b4a.toString(topic, 'hex') }).join(", ")}]`); }); });