mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-05 18:40:50 +00:00
remove console.logs from last PR
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user