Revert "pp function"

This reverts commit a344f5b62f.
This commit is contained in:
2021-08-16 14:45:06 +02:00
parent a344f5b62f
commit 3a55007c5b
6 changed files with 29 additions and 88 deletions

View File

@@ -70,7 +70,7 @@ int CsvReader::parseCSV(const std::string &filename, std::vector<ColDefNode> &co
field.clear();
line.clear();
// DEBUG
//if (row_cnt > 100000) break;
// if (row_cnt > 1000) break;
//
}