diff --git a/Frontend/app.js b/Frontend/app.js index 5c9b176..d1f1784 100644 --- a/Frontend/app.js +++ b/Frontend/app.js @@ -131,11 +131,9 @@ const cancelGeneration = () => { .then((response) => response.json()) .then((data) => { alert(data.message); - console.log(data); }) .catch((error) => { alert("An error occurred. Please try again later."); - console.log(error); }); // Hide cancel button