mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-10 01:10:35 +00:00
remove console.logs from last PR
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
parent
3d496f4648
commit
ac7553dcaa
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user