remove console.logs from last PR

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel 2024-07-01 18:30:19 -04:00
parent 3d496f4648
commit ac7553dcaa

View File

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