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>
This commit is contained in:
Dirk Hohndel 2015-07-02 06:59:08 -07:00
parent d966fd2606
commit 0a0a6f07d5
2 changed files with 0 additions and 3 deletions

View file

@ -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 = " / ";