From 0a0a6f07d5dbb2c24184d22c3c2cedf89ffdc7ac Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 2 Jul 2015 06:59:08 -0700 Subject: 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 --- qt-ui/maintab.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'qt-ui') 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 = "(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 = " / "; -- cgit v1.2.3-70-g09d2