Skip to content

Commit

Permalink
Merge pull request #16 from ploxiln/spurious_debug_log
Browse files Browse the repository at this point in the history
remove odd debug log of []float64
  • Loading branch information
mreiferson authored Dec 29, 2016
2 parents 2e28e74 + 8dd63b2 commit 77551d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion options.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ func coerceFloat64Slice(v interface{}) ([]float64, error) {
tmp = append(tmp, f)
}
case []float64:
log.Printf("%+v", v)
tmp = v.([]float64)
}
return tmp, nil
Expand Down

0 comments on commit 77551d2

Please sign in to comment.