Commit a3594c8a authored by 神楽坂玲奈's avatar 神楽坂玲奈

Revert "debug"

This reverts commit a0ac26a8
parent a0ac26a8
Pipeline #15898 passed with stages
in 39 seconds
......@@ -42,8 +42,7 @@ setInterval(() => {
const message = JSON.stringify(self);
for (const peer of peers) {
peer.update(self.time);
console.log(`10.200.${peer.id}.${self.id}`)
socket.send(message, config.port, `10.200.${peer.id}.${self.id}`,console.log);
socket.send(message, config.port, `10.200.${peer.id}.${self.id}`);
}
server.update(socket, self, peers);
self.seq++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment