mirror of
https://github.com/mrfluffy-dev/fsorter.git
synced 2026-01-17 02:50:33 +00:00
removed a print out for the amout of files that is being egnored
This commit is contained in:
BIN
.cache/clangd/index/main.cpp.00A025138A0A6874.idx
Normal file
BIN
.cache/clangd/index/main.cpp.00A025138A0A6874.idx
Normal file
Binary file not shown.
BIN
.cache/clangd/index/toml.hpp.324D925918406D48.idx
Normal file
BIN
.cache/clangd/index/toml.hpp.324D925918406D48.idx
Normal file
Binary file not shown.
2
main.cpp
2
main.cpp
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user