Skip to content

Commit d8f88ab

Browse files
committed
Remove unuse print
1 parent 1e7bfbb commit d8f88ab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

twse/qfiis.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ func (b BFI82U) Get() ([]BaseSellBuy, error) {
8383
result[i].Sell, _ = strconv.ParseInt(strings.Replace(v[2], ",", "", -1), 10, 64)
8484
result[i].Total, _ = strconv.ParseInt(strings.Replace(v[3], ",", "", -1), 10, 64)
8585
}
86-
} else {
87-
fmt.Println(err)
8886
}
8987
return result, err
9088
}

0 commit comments

Comments
 (0)