summaryrefslogtreecommitdiffstats
path: root/qt-ui/locationinformation.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-08-25 18:15:24 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-08-25 18:15:24 -0700
commita99839a4f1b19ccf1498ed424fbb680cbdba389e (patch)
tree0739260ada4f9cf44277a090a6678a9257210c9f /qt-ui/locationinformation.cpp
parentb8a09ca5208bca204120620e5bbeae75e6fe76a9 (diff)
downloadsubsurface-a99839a4f1b19ccf1498ed424fbb680cbdba389e.tar.gz
Remove a couple of debug messages
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/locationinformation.cpp')
-rw-r--r--qt-ui/locationinformation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/locationinformation.cpp b/qt-ui/locationinformation.cpp
index 71d582e09..cce707772 100644
--- a/qt-ui/locationinformation.cpp
+++ b/qt-ui/locationinformation.cpp
@@ -262,7 +262,6 @@ uint32_t LocationManagementEditHelper::diveSiteUuid() const {
void LocationInformationWidget::reverseGeocode()
{
- qDebug() << "Chamou aqui";
ReverseGeoLookupThread *geoLookup = ReverseGeoLookupThread::instance();
geoLookup->lookup(&displayed_dive_site);
updateLabels();