summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.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/mainwindow.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/mainwindow.cpp')
-rw-r--r--qt-ui/mainwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp
index 23c36adaa..1070c3018 100644
--- a/qt-ui/mainwindow.cpp
+++ b/qt-ui/mainwindow.cpp
@@ -236,7 +236,6 @@ void MainWindow::setStateProperties(const QByteArray& state, const PropertyList&
}
void MainWindow::on_actionDiveSiteEdit_triggered() {
- qDebug() << "Chamou";
setApplicationState("EditDiveSite");
}