aboutsummaryrefslogtreecommitdiff
path: root/widgets
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-05-13 20:23:23 -0400
committerDrew DeVault <sir@cmpwn.com>2019-05-13 20:23:23 -0400
commit3ace4ef73245577d5d407f48a8214de72b70b57d (patch)
treec8d739ab69343cb09bbd735dcdb1d861ea96b7c5 /widgets
parent026e8a17ca40955652949584388b38566fef66e7 (diff)
Handle external message deletions
Diffstat (limited to 'widgets')
-rw-r--r--widgets/msglist.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/widgets/msglist.go b/widgets/msglist.go
index 65473a8..eeadec7 100644
--- a/widgets/msglist.go
+++ b/widgets/msglist.go
@@ -109,7 +109,6 @@ func (ml *MessageList) Height() int {
}
func (ml *MessageList) storeUpdate(store *lib.MessageStore) {
- ml.logger.Println("message store updated")
if ml.Store() != store {
return
}