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

ENH: Disabled debug traces.

parent 0a4ab822
No related branches found
No related tags found
No related merge requests found
......@@ -605,9 +605,9 @@ HistogramWidget
xMax += epsilon;
}
qDebug()
<< "[" << xMin << "; " << xMax << "]"
<< "x [" << yMin << "; " << yMax << "]";
// qDebug()
// << "[" << xMin << "; " << xMax << "]"
// << "x [" << yMin << "; " << yMax << "]";
m_UI->histogramPlot->setAxisScale( QwtPlot::xBottom, xMin, xMax );
m_UI->histogramPlot->setAxisScale( QwtPlot::yLeft, yMin, yMax );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment