Skip to content
Snippets Groups Projects
Commit 046916a5 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

ENH: remove debug print

parent 2713e0bc
Branches
Tags
No related merge requests found
...@@ -96,7 +96,6 @@ SamplingRateCalculatorList ...@@ -96,7 +96,6 @@ SamplingRateCalculatorList
ClassCountMapType::iterator it = m_GlobalCountMap.begin(); ClassCountMapType::iterator it = m_GlobalCountMap.begin();
for (; it != m_GlobalCountMap.end() ; ++it) for (; it != m_GlobalCountMap.end() ; ++it)
{ {
std::cout << "global : " << it->second << std::endl;
if (smallest > it->second && it->second > 0UL) if (smallest > it->second && it->second > 0UL)
{ {
smallest = it->second; smallest = it->second;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment