Make less verbose

This commit is contained in:
Christian Muehlhaeuser 2020-04-05 05:17:38 +02:00
parent 52b3a7c90b
commit 393fd42804
No known key found for this signature in database
GPG key ID: 3CF9FA45CA1EBB7E

View file

@ -348,7 +348,7 @@ func (m *MessageModel) updateMessage(id string) {
}
func (m *MessageModel) updateMessageTime() {
debugln("Updating timelines...")
// debugln("Updating timestamps...")
if len(m.Messages()) > 0 {
var fIndex = m.Index(0, 0, core.NewQModelIndex())
var lIndex = m.Index(len(m.Messages())-1, 0, core.NewQModelIndex())