From fcbb77dcf54fd5f5e3aa8c3169ee9dadbb8cbce4 Mon Sep 17 00:00:00 2001 From: Thomas Chazot Date: Tue, 12 Dec 2023 10:13:41 +0100 Subject: [PATCH] =?UTF-8?q?merge=20a=20bugg=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cryptide_project/src/Components/GraphContainer.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/cryptide_project/src/Components/GraphContainer.tsx b/cryptide_project/src/Components/GraphContainer.tsx index b6c831f..5d02003 100644 --- a/cryptide_project/src/Components/GraphContainer.tsx +++ b/cryptide_project/src/Components/GraphContainer.tsx @@ -565,7 +565,6 @@ const MyGraphComponent: React.FC = ({onNodeClick, handleS }) socket.on("node checked",(id, works, askedIndex, newPlayerIndex, socketId) => { - console.log("coucou") cptBug=0 //@ts-ignore const node = nodes.get().find((n) => id == n.id)