summaryrefslogtreecommitdiffstats
path: root/divesitehelpers.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 /divesitehelpers.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 'divesitehelpers.cpp')
-rw-r--r--divesitehelpers.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/divesitehelpers.cpp b/divesitehelpers.cpp
index 4cc40f203..d635969da 100644
--- a/divesitehelpers.cpp
+++ b/divesitehelpers.cpp
@@ -138,7 +138,6 @@ void ReverseGeoLookupThread::run() {
if (ds->taxonomy.category == NULL)
ds->taxonomy.category = alloc_taxonomy();
ds->taxonomy.category[ds->taxonomy.nr].category = OCEAN;
- qDebug() << "set category of slot" << ds->taxonomy.nr << "to OCEAN(1)";
ds->taxonomy.category[ds->taxonomy.nr].origin = taxonomy::GEOCODED;
ds->taxonomy.category[ds->taxonomy.nr].value = copy_string(qPrintable(oceanName["name"].toString()));
ds->taxonomy.nr++;