From 2ad293221c6e92d3f49ce4070adda747a83e00ec Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 20 May 2025 23:04:09 +0200 Subject: [PATCH] remove debug print --- .config/quickshell/services/Ai.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/quickshell/services/Ai.qml b/.config/quickshell/services/Ai.qml index 949fa19cf..7c33cd249 100644 --- a/.config/quickshell/services/Ai.qml +++ b/.config/quickshell/services/Ai.qml @@ -176,7 +176,6 @@ Singleton { } function getModel() { - console.log("MODEL:", currentModelId); return models[currentModelId]; } @@ -425,7 +424,7 @@ Singleton { stdout: SplitParser { onRead: data => { - console.log("RAW DATA: ", data); + // console.log("RAW DATA: ", data); if (data.length === 0) return; // Handle response line