Remove spurious debug printout

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-05-07 14:09:28 -07:00
parent fb82da58a2
commit 6763b93619

View file

@ -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);