From 174b5006b2beeb4470c0e4a813cc4cd170b51c74 Mon Sep 17 00:00:00 2001 From: Marcin Junczys-Dowmunt Date: Fri, 24 Aug 2012 12:04:23 +0000 Subject: [PATCH] Removed debugging artefact --- contrib/sigtest-filter/filter-pt.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/sigtest-filter/filter-pt.cpp b/contrib/sigtest-filter/filter-pt.cpp index c282c6adb..f06d2b430 100644 --- a/contrib/sigtest-filter/filter-pt.cpp +++ b/contrib/sigtest-filter/filter-pt.cpp @@ -364,7 +364,6 @@ void compute_cooc_stats_and_filter(std::vector& options) void prune_cache(PhraseSetMap & psm) { if(max_cache && psm.size() > max_cache) { - std::cerr << "Cache: " << psm.size() << std::endl; std::vector clocks; for(PhraseSetMap::iterator it = psm.begin(); it != psm.end(); it++) clocks.push_back(it->second.second);