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() {