mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove fake csv parsing test
This commit is contained in:
parent
e6d9a614ad
commit
38b0b356e4
@ -62,7 +62,7 @@ int GncCsvTokenizer::tokenize()
|
||||
|
||||
// example checking
|
||||
// for correctly parsed 3 fields per record
|
||||
if (vec.size() < 3) continue;
|
||||
// if (vec.size() < 3) continue;
|
||||
|
||||
tokenized_contents.push_back(vec);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user