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 changed files with 0 additions and 1 deletions

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
}