mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Drop fake test in fw tokenizer
This commit is contained in:
committed by
Geert Janssens
parent
f47d12c373
commit
737cbfb35b
@@ -206,7 +206,7 @@ int GncFwTokenizer::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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user