mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 04:23:24 +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"),
|
||||
QDir::homePath(),
|
||||
QFileDialog::ShowDirsOnly);
|
||||
qDebug() << dirName;
|
||||
if (ui.device->findText(dirName) == -1)
|
||||
ui.device->addItem(dirName);
|
||||
ui.device->setEditText(dirName);
|
||||
|
|
Loading…
Add table
Reference in a new issue