From 67e06aa739f40df8213e3131b6015d925d9e6585 Mon Sep 17 00:00:00 2001 From: miruka Date: Sun, 21 Jul 2019 18:26:53 -0400 Subject: [PATCH] Remove debug print --- TODO.md | 1 + src/qml/Chat/Timeline/EventContent.qml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index e0c69259..e60b96d9 100644 --- a/TODO.md +++ b/TODO.md @@ -23,6 +23,7 @@ - Horrible performance for big rooms - UI + - mod+enter in sendbox: respect previous line indent - When reduced, show the full-window sidepane instead of Default page - Adapt shortcuts flicking speed to font size and DPI - Show error box if uploading avatar fails diff --git a/src/qml/Chat/Timeline/EventContent.qml b/src/qml/Chat/Timeline/EventContent.qml index c3883f1a..a293f60f 100644 --- a/src/qml/Chat/Timeline/EventContent.qml +++ b/src/qml/Chat/Timeline/EventContent.qml @@ -66,7 +66,6 @@ Row { id: contentLabel width: parent.width - Component.onCompleted: print(text, "\n") text: theme.chat.message.styleInclude + Utils.processedEventText(model) + // time