From 554275f6ffdbf7978d03d38f0fa229addad02c0a Mon Sep 17 00:00:00 2001 From: "johan.lachenal" Date: Wed, 4 Jan 2023 23:03:44 +0100 Subject: [PATCH] console.log --- WEB/index.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/WEB/index.php b/WEB/index.php index d14a0f61..972ded99 100644 --- a/WEB/index.php +++ b/WEB/index.php @@ -7,14 +7,7 @@ console.log("passe dans le script javascript") let socket; if (!socket) { socket = io(http://http://82.165.180.114:3000); - console.log("Socket created"); } -else if (socket.connected) { - console.log("Socket created"); - } -else { - console.log("Socket not created"); - } '; $control = new FrontController();