mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
got rid of old printf
This commit is contained in:
@@ -90,7 +90,6 @@ ChooseCyclistDialog::newCyclistDialog(QDir &homeDir, QWidget *parent)
|
||||
tr("Enter New Cyclist's Name"),
|
||||
QLineEdit::Normal, "", &ok);
|
||||
if (ok && !name.isEmpty()) {
|
||||
fprintf(stderr, "New name: %s\n", name.toAscii().data());
|
||||
if (!home.exists(name)) {
|
||||
if (home.mkdir(name))
|
||||
return name;
|
||||
|
||||
Reference in New Issue
Block a user