From ac7553dcaa048d7060417c3608e0631b0a506de5 Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Mon, 1 Jul 2024 18:30:19 -0400 Subject: [PATCH] remove console.logs from last PR Signed-off-by: Jared Van Bortel --- gpt4all-chat/qml/ChatDrawer.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/gpt4all-chat/qml/ChatDrawer.qml b/gpt4all-chat/qml/ChatDrawer.qml index 2eda4822..aeb83d28 100644 --- a/gpt4all-chat/qml/ChatDrawer.qml +++ b/gpt4all-chat/qml/ChatDrawer.qml @@ -176,10 +176,8 @@ Rectangle { // Work around a bug in qml where we're losing focus when the whole window // goes out of focus even though this textfield should be marked as not // having focus - console.log("onEditingFinished in"); if (chatName.readOnly) return; - console.log("onEditingFinished changeName"); changeName(); } function changeName() {