From 3b893620eece8c20305f9fc011aff47e779a17e4 Mon Sep 17 00:00:00 2001 From: Aman Sachan Date: Thu, 7 May 2026 00:40:10 +0000 Subject: [PATCH] fix: remove debug console.log statements from cancelGeneration Signed-off-by: Aman Sachan --- Frontend/app.js | 2 -- 1 file changed, 2 deletions(-) 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