From f8291acdc53373d9181cf1bd0dea252724d7ffb6 Mon Sep 17 00:00:00 2001 From: dviid Date: Thu, 10 May 2012 07:22:56 +0200 Subject: [PATCH] early-birdy --- src/AbstractAnalysis.cpp | 3 --- 1 file changed, 3 deletions(-) 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; - } } }