get rid of old printf

This commit is contained in:
Sean C. Rhea
2007-01-06 22:11:02 +00:00
parent 03d913053f
commit bc056eb702

View File

@@ -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);