Skip to content

Commit 17888cb

Browse files
committed
2.0.3
1 parent a70539e commit 17888cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ client.on("disconnect", (netID) => {
5151
client.on("raw", (netID, channelID, data) => {
5252
const peer = new Peer(client, netID);
5353
console.log("raw", data);
54-
console.log(peer.enet.address, peer.port);
5554
});
5655

5756
client.listen();

0 commit comments

Comments
 (0)