From c5599aa1cf4e7b494a052022ddd918583dfc0108 Mon Sep 17 00:00:00 2001 From: pixhawk Date: Thu, 29 Dec 2011 16:26:24 +0100 Subject: [PATCH] Removed bogus debug output --- src/ui/linechart/LinechartPlot.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/linechart/LinechartPlot.cc b/src/ui/linechart/LinechartPlot.cc index 3ef111785..5fabc6898 100644 --- a/src/ui/linechart/LinechartPlot.cc +++ b/src/ui/linechart/LinechartPlot.cc @@ -311,7 +311,7 @@ void LinechartPlot::appendData(QString dataname, quint64 ms, double value) if(time > lastTime) { - qDebug() << "UPDATED LAST TIME!" << dataname << time << lastTime; + //qDebug() << "UPDATED LAST TIME!" << dataname << time << lastTime; lastTime = time; } -- 2.22.0