From ffd5aae4849151e69c1ddb6b06f8abfc51ae055f Mon Sep 17 00:00:00 2001 From: Feror Date: Thu, 13 Mar 2025 10:07:42 +0100 Subject: [PATCH] Retrait des console.log inutiles --- index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.ts b/index.ts index 7c5cd57..7e9334d 100644 --- a/index.ts +++ b/index.ts @@ -130,7 +130,6 @@ const server = new Server( } if (userSpecs.userName === "contact") { - console.log(cmdAsInt); if (cmdAsInt == inputCodes.int8.tab) { if (userWindow.contactFormSelectedField === "name") { userWindow.contactFormSelectedField = "email"; @@ -229,8 +228,6 @@ const server = new Server( return; } - console.log(cmd); - switch (cmdAsInt) { case inputCodes.int8.a: userWindow.selectedTab = "About";