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
|
- 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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user