mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
remove qdebug
.. becoming a dumb habit, sorry.
This commit is contained in:
@@ -547,7 +547,9 @@ AddSettings::browseFolder()
|
||||
if (ret == QDialog::Accepted) {
|
||||
path = dialog.pathnameSelected();
|
||||
folder->setText(path);
|
||||
qDebug()<<"calling folder selected";
|
||||
|
||||
// let the cloud service set any local ids etc when the
|
||||
// home directory is selected (used by google drive/kent uni)
|
||||
wizard->cloudService->folderSelected(path);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user