Commit fce1dc169963d22cd3fd5f817a2f0eb3c6607f6e
1 parent
dce2cd6f
Exists in
master
and in
16 other branches
Log removed (sorry :D)
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/ParamOutputImpl/Plot/HistoPlot/HistoPlot.cc
... | ... | @@ -304,7 +304,6 @@ void HistoPlot::histo1DUtils(double startDate, double stopDate, HistogramSeriesP |
304 | 304 | if(std::isnan(lXRange.getMin()) || std::isnan(lXRange.getMax())) |
305 | 305 | return; |
306 | 306 | Range lYRange = lYAxis->Axis::getRange(); |
307 | - std::cout << lYRange.getMin() << " ----- " << lYRange.getMax() << std::endl; | |
308 | 307 | double yMin = lYRange.getMin() ; |
309 | 308 | double yMax = lYRange.getMax() ; |
310 | 309 | ... | ... |