diff --git a/webUI/src/index.js b/webUI/src/index.js index 15e4649..b644665 100644 --- a/webUI/src/index.js +++ b/webUI/src/index.js @@ -15,8 +15,6 @@ formElement.addEventListener("submit", async (e) => { const data = {password: value} - console.log("Full URL", fullURL + "/submit") - axios.post(fullURL + "/submit", data).then(() => { inputElement.value = ""; @@ -25,6 +23,4 @@ formElement.addEventListener("submit", async (e) => { }).catch((err) => { console.log("Error", err); }); - - }) \ No newline at end of file