Retrait des console.log inutiles
This commit is contained in:
parent
5c72a21ecb
commit
ffd5aae484
1 changed files with 0 additions and 3 deletions
3
index.ts
3
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";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue