mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-23 05:58:48 +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
|
// 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
|
// goes out of focus even though this textfield should be marked as not
|
||||||
// having focus
|
// having focus
|
||||||
console.log("onEditingFinished in");
|
|
||||||
if (chatName.readOnly)
|
if (chatName.readOnly)
|
||||||
return;
|
return;
|
||||||
console.log("onEditingFinished changeName");
|
|
||||||
changeName();
|
changeName();
|
||||||
}
|
}
|
||||||
function changeName() {
|
function changeName() {
|
||||||
|
Loading…
Reference in New Issue
Block a user