From 6b2698d208d4c0cdb650e3993302bcde47cb8c91 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Wed, 20 Sep 2017 20:39:08 -0400 Subject: [PATCH] ofx.go: Remove outdated comment --- ofx.go | 1 - 1 file changed, 1 deletion(-) diff --git a/ofx.go b/ofx.go index 07cb478..cc6ee7f 100644 --- a/ofx.go +++ b/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 }