early-birdy
This commit is contained in:
parent
e29accb9ce
commit
f8291acdc5
@ -177,9 +177,6 @@ void AbstractAnalysis::read_dir_create_list(string folder_path)
|
|||||||
for(int i = 0; i < list.size(); i++) {
|
for(int i = 0; i < list.size(); i++) {
|
||||||
string filepath = folder_path + "/" + list[i];
|
string filepath = folder_path + "/" + list[i];
|
||||||
_saved_filenames_analysis.push_back(filepath);
|
_saved_filenames_analysis.push_back(filepath);
|
||||||
|
|
||||||
cout << list[i] << endl;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user