remove extra comment

This commit is contained in:
Nathaniel Tampus
2023-03-06 15:12:56 +08:00
parent d858853bf4
commit 60716861ac

View File

@@ -99,7 +99,6 @@ export function initSocket(
socket.on("receivedMove", (m: { from: string; to: string; promotion?: string }) => {
const success = actions.makeMove(m);
console.log(success);
if (!success) {
socket.emit("getLatestGame");
}