Remove a couple of debug messages
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b8a09ca520
commit
a99839a4f1
@ -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();
|
||||
|
||||
@ -236,7 +236,6 @@ void MainWindow::setStateProperties(const QByteArray& state, const PropertyList&
|
||||
}
|
||||
|
||||
void MainWindow::on_actionDiveSiteEdit_triggered() {
|
||||
qDebug() << "Chamou";
|
||||
setApplicationState("EditDiveSite");
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user