removed debug prints
This commit is contained in:
parent
aa8ceebd79
commit
6b8b7eee58
1 changed files with 0 additions and 2 deletions
2
main.go
2
main.go
|
@ -532,11 +532,9 @@ func (web *Web) watchView(c *gin.Context) {
|
|||
_, err := strconv.ParseFloat(value.Value, 64)
|
||||
if err == nil {
|
||||
numericalMap[value.Name] = append(numericalMap[value.Name], value)
|
||||
log.Println(value)
|
||||
} else {
|
||||
// probably very inefficient to prepend, but want newest values at the top
|
||||
categoricalMap[value.Name] = append([]*FilterOutput{value}, categoricalMap[value.Name]...)
|
||||
log.Println(value)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue