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