removed debug print
This commit is contained in:
parent
50df6c2d83
commit
9def3ca2d5
1 changed files with 0 additions and 1 deletions
|
@ -414,7 +414,6 @@ func roundFloat(val float64, precision uint) float64 {
|
|||
}
|
||||
ratio := math.Pow(10, float64(precision))
|
||||
rounded := math.Round(val*ratio) / ratio
|
||||
log.Println(val, precision, ratio, rounded)
|
||||
return rounded
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue