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";