mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Remove confusing log message
This commit is contained in:
parent
6afe3fa39d
commit
4ec92e0244
1 changed files with 0 additions and 4 deletions
|
@ -25,10 +25,6 @@ Control {
|
||||||
property int rowSpacing: 5
|
property int rowSpacing: 5
|
||||||
property alias count: listView.count
|
property alias count: listView.count
|
||||||
|
|
||||||
Component.onCompleted: {
|
|
||||||
console.log("RRRRRRRRRR: " + roomId);
|
|
||||||
}
|
|
||||||
|
|
||||||
signal completionClicked(string completion)
|
signal completionClicked(string completion)
|
||||||
signal completionSelected(string id)
|
signal completionSelected(string id)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue