aboutsummaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2020-03-03 21:59:34 +0200
committerTulir Asokan <tulir@maunium.net>2020-03-03 21:59:34 +0200
commite25674ca5f9012afd48d85ae97b0d1333c84505c (patch)
tree5123fb9befc0be1a679b746a130136d60009344c /ui
parente8737cd480de78d3cd3c8b80d65ed2031ead5975 (diff)
Remove debug print
Diffstat (limited to 'ui')
-rw-r--r--ui/room-view.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/room-view.go b/ui/room-view.go
index 11b4508..55d1c2b 100644
--- a/ui/room-view.go
+++ b/ui/room-view.go
@@ -733,7 +733,6 @@ func (view *RoomView) AddReaction(evt *event.Event, key string) {
recalculate := len(msg.Reactions) == 0
msg.AddReaction(key)
if recalculate {
- debug.Print(msg.ReactionHeight(), msg.Height())
// Recalculate height for message
msg.CalculateBuffer(msgView.prevPrefs, msgView.prevWidth())
msgView.replaceBuffer(msg, msg)