Remove log.Println
This commit is contained in:
parent
ea7e43fab4
commit
dc082ec4f2
@ -261,7 +261,6 @@ func (db *DB) FetchMarketStats(marketId int64, stats *MarketStats) error {
|
|||||||
stat.Y = map[string]int{
|
stat.Y = map[string]int{
|
||||||
description: score,
|
description: score,
|
||||||
}
|
}
|
||||||
log.Println(timestamp, description, score)
|
|
||||||
*stats = append(*stats, stat)
|
*stats = append(*stats, stat)
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user