mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove spurious debug printout
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fb82da58a2
commit
6763b93619
1 changed files with 0 additions and 1 deletions
|
@ -254,7 +254,6 @@ void DownloadFromDCWidget::on_search_clicked()
|
||||||
tr("Find Uemis dive computer"),
|
tr("Find Uemis dive computer"),
|
||||||
QDir::homePath(),
|
QDir::homePath(),
|
||||||
QFileDialog::ShowDirsOnly);
|
QFileDialog::ShowDirsOnly);
|
||||||
qDebug() << dirName;
|
|
||||||
if (ui.device->findText(dirName) == -1)
|
if (ui.device->findText(dirName) == -1)
|
||||||
ui.device->addItem(dirName);
|
ui.device->addItem(dirName);
|
||||||
ui.device->setEditText(dirName);
|
ui.device->setEditText(dirName);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue