Skip to content
Snippets Groups Projects
Commit f031777d authored by Stéphane Albert's avatar Stéphane Albert
Browse files

ENH: Disabled debug traces.

parent c0d52a2b
No related branches found
No related tags found
No related merge requests found
...@@ -125,11 +125,11 @@ HistogramModel ...@@ -125,11 +125,11 @@ HistogramModel
{ {
assert( band<m_Histograms->Size() ); assert( band<m_Histograms->Size() );
qDebug() // qDebug()
<< "Quantile" << p << ":" << // << "Quantile" << p << ":" <<
( IsMonoValue() // ( IsMonoValue()
? m_MinPixel[ band ] // ? m_MinPixel[ band ]
: m_Histograms->GetNthElement( band )->Quantile( 0, p ) ); // : m_Histograms->GetNthElement( band )->Quantile( 0, p ) );
return return
IsMonoValue() IsMonoValue()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment