1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-12-25 23:23:21 -05:00

ofx.go: Remove outdated comment

This commit is contained in:
Aaron Lindsay 2017-09-20 20:39:08 -04:00
parent fdc2bc85bb
commit 6b2698d208

1
ofx.go
View File

@ -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
}