diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-05-07 14:09:28 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-07 15:17:58 -0700 |
commit | 6763b93619262776c405b1bf214456cc49f78c3e (patch) | |
tree | 2d87fe238a0905a3a11587cf0e4056a8edac914e | |
parent | fb82da58a28cce131ede579897bd108c820b38a0 (diff) | |
download | subsurface-6763b93619262776c405b1bf214456cc49f78c3e.tar.gz |
Remove spurious debug printout
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | qt-ui/downloadfromdivecomputer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/downloadfromdivecomputer.cpp b/qt-ui/downloadfromdivecomputer.cpp index 3bdc06cad..4f93cefa3 100644 --- a/qt-ui/downloadfromdivecomputer.cpp +++ b/qt-ui/downloadfromdivecomputer.cpp @@ -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); |