Retrait des console.log inutiles

This commit is contained in:
Feror 2025-03-13 10:07:42 +01:00
parent 5c72a21ecb
commit ffd5aae484

View file

@ -130,7 +130,6 @@ const server = new Server(
} }
if (userSpecs.userName === "contact") { if (userSpecs.userName === "contact") {
console.log(cmdAsInt);
if (cmdAsInt == inputCodes.int8.tab) { if (cmdAsInt == inputCodes.int8.tab) {
if (userWindow.contactFormSelectedField === "name") { if (userWindow.contactFormSelectedField === "name") {
userWindow.contactFormSelectedField = "email"; userWindow.contactFormSelectedField = "email";
@ -229,8 +228,6 @@ const server = new Server(
return; return;
} }
console.log(cmd);
switch (cmdAsInt) { switch (cmdAsInt) {
case inputCodes.int8.a: case inputCodes.int8.a:
userWindow.selectedTab = "About"; userWindow.selectedTab = "About";