removed a print out for the amout of files that is being egnored

This commit is contained in:
Zastian Pretorius
2022-03-14 23:21:57 +02:00
parent ff2e7a6133
commit 94bc39ba34
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -80,7 +80,7 @@ std::vector<typeAndPaths> readSettings(std::vector<std::string> ignoreList)
}
for(auto it = tbl.begin(); it != tbl.end(); ++it)
{
std::cout << ignoreList.size() << std::endl;
//std::cout << ignoreList.size() << std::endl;
bool allow = true;
for (int e = 0; e < ignoreList.size(); e++)
{