forked from Shinonome/dots-hyprland
remove debug print
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user