Remove debug print

This commit is contained in:
miruka 2019-07-21 18:26:53 -04:00
parent 5a1d974702
commit 67e06aa739
2 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,7 @@
- Horrible performance for big rooms - Horrible performance for big rooms
- UI - UI
- mod+enter in sendbox: respect previous line indent
- When reduced, show the full-window sidepane instead of Default page - When reduced, show the full-window sidepane instead of Default page
- Adapt shortcuts flicking speed to font size and DPI - Adapt shortcuts flicking speed to font size and DPI
- Show error box if uploading avatar fails - Show error box if uploading avatar fails

View File

@ -66,7 +66,6 @@ Row {
id: contentLabel id: contentLabel
width: parent.width width: parent.width
Component.onCompleted: print(text, "\n")
text: theme.chat.message.styleInclude + text: theme.chat.message.styleInclude +
Utils.processedEventText(model) + Utils.processedEventText(model) +
// time // time