oops
accidentaly left some debug stuff in
This commit is contained in:
parent
76d12f91b1
commit
14da18344a
@ -11,7 +11,7 @@ namespace fs = std::filesystem;
|
||||
|
||||
// Avoid recursion if possible
|
||||
std::vector<fs::path> find_all_files(std::string filesystem_path) {
|
||||
std::vector<fs::path> files = {"test"};
|
||||
std::vector<fs::path> files = {};
|
||||
|
||||
for (const fs::directory_entry & entry : fs::directory_iterator(filesystem_path)) {
|
||||
if (entry.is_directory()) {
|
||||
|
Loading…
Reference in New Issue
Block a user