We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e7bfbb commit d8f88abCopy full SHA for d8f88ab
twse/qfiis.go
@@ -83,8 +83,6 @@ func (b BFI82U) Get() ([]BaseSellBuy, error) {
83
result[i].Sell, _ = strconv.ParseInt(strings.Replace(v[2], ",", "", -1), 10, 64)
84
result[i].Total, _ = strconv.ParseInt(strings.Replace(v[3], ",", "", -1), 10, 64)
85
}
86
- } else {
87
- fmt.Println(err)
88
89
return result, err
90
0 commit comments