mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +01:00
Remove left over debugging message.
This commit is contained in:
parent
e68882fff0
commit
dc3256ca19
1 changed files with 0 additions and 1 deletions
|
@ -446,7 +446,6 @@ func discardObsoleteHistory(h []ChatHistoryEntry, seconds int) []ChatHistoryEntr
|
|||
|
||||
i := 0
|
||||
for i < len(h) {
|
||||
log.Println(h[i].Time, FromJSTime(h[i].Time), now.Sub(FromJSTime(h[i].Time)))
|
||||
if now.Sub(FromJSTime(h[i].Time)) <= d {
|
||||
break
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue