mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
get rid of old printf
This commit is contained in:
@@ -71,7 +71,6 @@ CpintPlot::calculate(QString fileName, QDateTime dateTime)
|
||||
char *file = strdup(fileName.toAscii().constData());
|
||||
|
||||
if (needToScanRides) {
|
||||
fprintf(stderr, "Scanning rides...\n");
|
||||
fflush(stderr);
|
||||
bool aborted = false;
|
||||
struct cpi_file_info *head = cpi_files_to_update(dir);
|
||||
|
||||
Reference in New Issue
Block a user