diff --git a/Examples/CatWidgetExamples/WidgetTools/QcustomplotCharts/CatLineChart.cpp b/Examples/CatWidgetExamples/WidgetTools/QcustomplotCharts/CatLineChart.cpp index ade1d7a2..120b0154 100644 --- a/Examples/CatWidgetExamples/WidgetTools/QcustomplotCharts/CatLineChart.cpp +++ b/Examples/CatWidgetExamples/WidgetTools/QcustomplotCharts/CatLineChart.cpp @@ -430,7 +430,6 @@ void CatLineChart::on_SaveButton_clicked() ui->ChartWidget->SetTracer(false); customPlot->replot(); customPlot->toPixmap(customPlot->width(), customPlot->height()).save(file); - qDebug() << file; customPlot->xAxis->setRange(lastxlower.toTime_t(), lastxupper.toTime_t()); customPlot->yAxis->setRange(lastylower, lastyupper); ui->ChartWidget->SetTracer(true);