From eff08949b8b33bbc10fe30ca021464e5c199b8bf Mon Sep 17 00:00:00 2001 From: Gemini AI Date: Sun, 14 Dec 2025 14:01:44 +0400 Subject: [PATCH] Remove debug logs from QwenOAuth for clean Smart Repair UI --- qwen-oauth.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qwen-oauth.mjs b/qwen-oauth.mjs index df49564..5af4f5d 100644 --- a/qwen-oauth.mjs +++ b/qwen-oauth.mjs @@ -375,7 +375,7 @@ IMPORTANT RULES: return new Promise((resolve) => { try { - console.log('Sending message via qwen CLI:', finalMessage.substring(0, 50) + '...'); + // Debug log removed for clean UI // Run in current project directory to allow context access const neutralCwd = process.cwd(); @@ -428,7 +428,7 @@ IMPORTANT RULES: // Clean up ANSI codes const cleanResponse = stdout.replace(/[\u001b\u009b][[\]()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/g, '').trim(); - console.log('Qwen CLI response received:', cleanResponse.substring(0, 100) + '...'); + // Debug log removed for clean UI if (cleanResponse) { resolve({