debug logging

This commit is contained in:
cmdr2 2023-06-26 15:34:25 +05:30
parent 569431dc72
commit 881fdc58ec

View File

@ -649,7 +649,6 @@ async function getSystemInfo() {
}
saveSettingsBtn.addEventListener("click", function() {
console.log("listenPortField.value", listenPortField.value)
if (listenPortField.value == "") {
alert("The network port field must not be empty.")
return