From e4ea41b7bc63a357822083642319e7e34cc12d4d Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Fri, 8 Nov 2013 22:12:16 -0200 Subject: [PATCH] Forgot to remove this debug, sorry. Signed-off-by: Tomaz Canabrava --- qt-ui/mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index f7cd31e0e..61fa76bfe 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -220,7 +220,6 @@ void MainWindow::enableDcShortcuts() void MainWindow::on_actionDivePlanner_triggered() { if(DivePlannerPointsModel::instance()->currentMode() != DivePlannerPointsModel::NOTHING){ - qDebug() << DivePlannerPointsModel::instance()->currentMode(); QMessageBox::warning(this, tr("Warning"), "First finish the current edition before trying to do another." ); return; }