From 15deb0bef04092c731ef6eb423a7a2c40be2da57 Mon Sep 17 00:00:00 2001 From: Thomas Chazot Date: Mon, 11 Dec 2023 15:37:52 +0100 Subject: [PATCH] =?UTF-8?q?fix=20de=20la=20fuite=20m=C3=A9moire=20=3F?= 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 8ba6e93..d7d222d 100644 --- a/cryptide_project/src/Components/GraphContainer.tsx +++ b/cryptide_project/src/Components/GraphContainer.tsx @@ -96,7 +96,6 @@ const MyGraphComponent: React.FC = ({onNodeClick, handleS const [elapsedTime, setElapsedTime] = useState(0); useEffect(() => { - console.log("ligne 99") if (testFirst){ testTemps = 0 endgame = false