mirror of
https://github.com/aclindsa/moneygo.git
synced 2024-12-26 07:33:21 -05:00
ofx.go: Remove outdated comment
This commit is contained in:
parent
fdc2bc85bb
commit
6b2698d208
1
ofx.go
1
ofx.go
@ -850,7 +850,6 @@ func ImportOFX(r io.Reader) (*OFXImport, error) {
|
|||||||
for _, seclist := range response.SecList {
|
for _, seclist := range response.SecList {
|
||||||
if securitylist, ok := seclist.(*ofxgo.SecurityList); ok {
|
if securitylist, ok := seclist.(*ofxgo.SecurityList); ok {
|
||||||
err = i.importSecurities(securitylist)
|
err = i.importSecurities(securitylist)
|
||||||
// TODO actually import securities
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user