summaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-02 06:59:08 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-02 06:59:08 -0700
commit0a0a6f07d5dbb2c24184d22c3c2cedf89ffdc7ac (patch)
treec67f2ca01cb0cc2aeaa8a849b5f96539acece8ee /qt-ui/maintab.cpp
parentd966fd2606e4ac0054eafd5af1171fc2a5c495b4 (diff)
downloadsubsurface-0a0a6f07d5dbb2c24184d22c3c2cedf89ffdc7ac.tar.gz
Remove a few more debug messages
Yes, I could go back and try to fix the earlier commits. This is easier. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.cpp')
-rw-r--r--qt-ui/maintab.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp
index 26f221883..dd6ce72b0 100644
--- a/qt-ui/maintab.cpp
+++ b/qt-ui/maintab.cpp
@@ -505,9 +505,7 @@ void MainTab::updateDiveInfo(bool clear)
locationTag = "<small><small>(tags: ";
QString connector = "";
for (int i = 0; i < 3; i++) {
- qDebug() << "looking for category" << prefs.geocoding.category[i];
for (int j = 0; j < NR_CATEGORIES; j++) {
- qDebug() << "seeing category" << ds->taxonomy.category[j].category;
if (ds->taxonomy.category[j].category == prefs.geocoding.category[i]) {
locationTag += connector + QString(ds->taxonomy.category[j].value);
connector = " / ";