diff --git a/.cache/clangd/index/main.cpp.00A025138A0A6874.idx b/.cache/clangd/index/main.cpp.00A025138A0A6874.idx new file mode 100644 index 0000000..06a652d Binary files /dev/null and b/.cache/clangd/index/main.cpp.00A025138A0A6874.idx differ diff --git a/.cache/clangd/index/toml.hpp.324D925918406D48.idx b/.cache/clangd/index/toml.hpp.324D925918406D48.idx new file mode 100644 index 0000000..dd6ff50 Binary files /dev/null and b/.cache/clangd/index/toml.hpp.324D925918406D48.idx differ diff --git a/main.cpp b/main.cpp index 7c864f3..953a02d 100755 --- a/main.cpp +++ b/main.cpp @@ -80,7 +80,7 @@ std::vector readSettings(std::vector 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++) {