aboutsummaryrefslogtreecommitdiff
path: root/widgets/msglist.go
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/msglist.go')
-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
}