aboutsummaryrefslogtreecommitdiff
path: root/pp/oparchive.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pp/oparchive.cpp')
-rw-r--r--pp/oparchive.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/pp/oparchive.cpp b/pp/oparchive.cpp
index caf285c..448766a 100644
--- a/pp/oparchive.cpp
+++ b/pp/oparchive.cpp
@@ -64,7 +64,6 @@ void copy_stats(string const & session_samples_dir,
stats_path = session_samples_dir + "stats/";
if (!(dir = opendir(stats_path.c_str()))) {
- cerr << "Session overflow stats not available" << endl;
return;
}