Skip to content

Commit

Permalink
remove qdebug
Browse files Browse the repository at this point in the history
.. becoming a dumb habit, sorry.
  • Loading branch information
liversedge committed Sep 22, 2017
1 parent 361d691 commit b07b4d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Cloud/AddCloudWizard.cpp
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit b07b4d1

Please sign in to comment.