got rid of old printf

This commit is contained in:
Sean C. Rhea
2007-01-06 22:12:06 +00:00
parent 35e08228b3
commit bbf220b3ba

View File

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