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") {
|
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";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue