Skip to content

Commit 356ea9d

Browse files
fix
1 parent 8d6649f commit 356ea9d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/ofx/parser.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ def initialize(resource)
1717
end
1818

1919
case headers["VERSION"]
20-
# when /100/ then
21-
# @parser = OFX100.new(:headers => headers, :body => body)
2220
when /102|100/ then
2321
@parser = OFX102.new(:headers => headers, :body => body)
2422
when /103/ then

0 commit comments

Comments
 (0)