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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user