Remove spurious debug printout
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fb82da58a2
commit
6763b93619
@ -254,7 +254,6 @@ void DownloadFromDCWidget::on_search_clicked()
|
||||
tr("Find Uemis dive computer"),
|
||||
QDir::homePath(),
|
||||
QFileDialog::ShowDirsOnly);
|
||||
qDebug() << dirName;
|
||||
if (ui.device->findText(dirName) == -1)
|
||||
ui.device->addItem(dirName);
|
||||
ui.device->setEditText(dirName);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user