Remove errant qDebug()

This commit is contained in:
Mark Liversedge
2014-11-26 20:17:54 +00:00
parent f8a73d2f4d
commit d835ed5861

View File

@@ -1330,7 +1330,6 @@ RideFileCache::computeDistribution(QVector<float> &array, RideFile::SeriesType s
int offset = lvalue - min;
if (offset >= 0 && offset < array.size()) array[offset] += ride->recIntSecs();
}
if (series == RideFile::smo2) qDebug()<<"smo2 array="<<array;
}
//