mirror of
https://github.com/muesli/telephant
synced 2024-11-12 23:07:14 +00:00
Make less verbose
This commit is contained in:
parent
52b3a7c90b
commit
393fd42804
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue