mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Remove errant qDebug()
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user