Commit dc3256ca authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Remove left over debugging message.

parent e68882ff
......@@ -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
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment