diff --git a/src/AbstractAnalysis.cpp b/src/AbstractAnalysis.cpp index 752f0ba..d0f2f88 100644 --- a/src/AbstractAnalysis.cpp +++ b/src/AbstractAnalysis.cpp @@ -177,9 +177,6 @@ void AbstractAnalysis::read_dir_create_list(string folder_path) for(int i = 0; i < list.size(); i++) { string filepath = folder_path + "/" + list[i]; _saved_filenames_analysis.push_back(filepath); - - cout << list[i] << endl; - } } }