Remove log.Println

This commit is contained in:
ekzyis 2023-11-29 05:53:52 +01:00
parent ea7e43fab4
commit dc082ec4f2

View File

@ -261,7 +261,6 @@ func (db *DB) FetchMarketStats(marketId int64, stats *MarketStats) error {
stat.Y = map[string]int{
description: score,
}
log.Println(timestamp, description, score)
*stats = append(*stats, stat)
}
return nil