mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove a couple of debug messages
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b8a09ca520
commit
a99839a4f1
2 changed files with 0 additions and 2 deletions
|
@ -262,7 +262,6 @@ uint32_t LocationManagementEditHelper::diveSiteUuid() const {
|
||||||
|
|
||||||
void LocationInformationWidget::reverseGeocode()
|
void LocationInformationWidget::reverseGeocode()
|
||||||
{
|
{
|
||||||
qDebug() << "Chamou aqui";
|
|
||||||
ReverseGeoLookupThread *geoLookup = ReverseGeoLookupThread::instance();
|
ReverseGeoLookupThread *geoLookup = ReverseGeoLookupThread::instance();
|
||||||
geoLookup->lookup(&displayed_dive_site);
|
geoLookup->lookup(&displayed_dive_site);
|
||||||
updateLabels();
|
updateLabels();
|
||||||
|
|
|
@ -236,7 +236,6 @@ void MainWindow::setStateProperties(const QByteArray& state, const PropertyList&
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::on_actionDiveSiteEdit_triggered() {
|
void MainWindow::on_actionDiveSiteEdit_triggered() {
|
||||||
qDebug() << "Chamou";
|
|
||||||
setApplicationState("EditDiveSite");
|
setApplicationState("EditDiveSite");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue