aboutsummaryrefslogtreecommitdiff
path: root/qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml')
-rw-r--r--qml/ChatPage.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/qml/ChatPage.qml b/qml/ChatPage.qml
index d0b0318..ecc2383 100644
--- a/qml/ChatPage.qml
+++ b/qml/ChatPage.qml
@@ -55,9 +55,6 @@ Kirigami.ScrollablePage {
Connections {
target: chatPage.eventEmitter
- function onIncomingEvent() {
- console.log("EVENT!")
- }
function onChatModified() {
console.log("CHAT MODIFIED!")
}