mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-19 07:19:59 -05:00
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