mirror of
				https://github.com/aclindsa/moneygo.git
				synced 2025-11-03 18:13:27 -05: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 {
 | 
						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
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user