Erroneous qDebug() in FitRideFile

.. was working on an interval problem and left a
   qDebug() in by accident on last commit
This commit is contained in:
Mark Liversedge
2014-12-21 22:10:50 +00:00
parent 250a64edcc
commit 5bf1cf141c

View File

@@ -369,7 +369,6 @@ struct FitFileReaderState
default: ; // ignore it
}
}
qDebug()<<"lap"<<interval<<"has time="<<time<<"and start"<<this_start_time;
if (this_start_time == 0 || this_start_time-start_time < 0) {
//errors << QString("lap %1 has invalid start time").arg(interval);
this_start_time = start_time; // time was corrected after lap start