Commit c5599aa1 authored by pixhawk's avatar pixhawk

Removed bogus debug output

parent 62aaa1b2
...@@ -311,7 +311,7 @@ void LinechartPlot::appendData(QString dataname, quint64 ms, double value) ...@@ -311,7 +311,7 @@ void LinechartPlot::appendData(QString dataname, quint64 ms, double value)
if(time > lastTime) if(time > lastTime)
{ {
qDebug() << "UPDATED LAST TIME!" << dataname << time << lastTime; //qDebug() << "UPDATED LAST TIME!" << dataname << time << lastTime;
lastTime = time; lastTime = time;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment