remove debug print

This commit is contained in:
end-4
2025-04-29 11:17:35 +02:00
parent 891da6c522
commit f21f670d21
2 changed files with 2 additions and 5 deletions
@@ -103,10 +103,7 @@ Item {
}
}
delegate: BooruResponse {
responseData: {
console.log("Data at index " + index + ": " + JSON.stringify(modelData))
return modelData
}
responseData: modelData
tagInputField: root.inputField
}
}
@@ -14,7 +14,7 @@ import Qt5Compat.GraphicalEffects
Rectangle {
id: root
property var responseData: {}
property var responseData
property var tagInputField
onResponseDataChanged: {