Commit 97ecb114e085e3feb31451ff14333f91c6a22ad7
1 parent
dd42b8f4
Exists in
master
and in
12 other branches
Oups
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/ParamOutputImpl/Plot/AxisLegendManager.cc
@@ -210,7 +210,6 @@ namespace plot | @@ -210,7 +210,6 @@ namespace plot | ||
210 | compLegendColor = plot->getSerieLineColor(lSeriesProperties, moreThanOneSerieForAxis); | 210 | compLegendColor = plot->getSerieLineColor(lSeriesProperties, moreThanOneSerieForAxis); |
211 | } | 211 | } |
212 | ParameterIndexComponentColor yIndex = ParameterIndexComponentColor(index, compLegendColor); | 212 | ParameterIndexComponentColor yIndex = ParameterIndexComponentColor(index, compLegendColor); |
213 | - std::cout << " --- " <<lSeriesProperties.getParamId() << std::endl; | ||
214 | pushComponentInList(lSeriesProperties.getParamId(), yIndex, axesParamsComponents[yAxisId]); | 213 | pushComponentInList(lSeriesProperties.getParamId(), yIndex, axesParamsComponents[yAxisId]); |
215 | insertionOrder.push_back(lSeriesProperties.getParamId()); | 214 | insertionOrder.push_back(lSeriesProperties.getParamId()); |
216 | } | 215 | } |