Remove debug print
This commit is contained in:
parent
5a1d974702
commit
67e06aa739
1
TODO.md
1
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
|
||||
|
|
|
@ -66,7 +66,6 @@ Row {
|
|||
id: contentLabel
|
||||
width: parent.width
|
||||
|
||||
Component.onCompleted: print(text, "\n")
|
||||
text: theme.chat.message.styleInclude +
|
||||
Utils.processedEventText(model) +
|
||||
// time
|
||||
|
|
Loading…
Reference in New Issue
Block a user