summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-06-15 22:18:35 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-06-15 22:18:35 +0200
commit4ec92e02440e07acc9569fcd7378350f3835e7b5 (patch)
treecdfdb2afb43d65c94e8e011c1dfd4c8b2ca35a3d /resources
parentClose image viewer when clicking on the background (diff)
downloadnheko-4ec92e02440e07acc9569fcd7378350f3835e7b5.tar.xz
Remove confusing log message
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/Completer.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/resources/qml/Completer.qml b/resources/qml/Completer.qml

index 08ebc967..c0435dff 100644 --- a/resources/qml/Completer.qml +++ b/resources/qml/Completer.qml
@@ -25,10 +25,6 @@ Control { property int rowSpacing: 5 property alias count: listView.count - Component.onCompleted: { - console.log("RRRRRRRRRR: " + roomId); - } - signal completionClicked(string completion) signal completionSelected(string id)