From 2a0f1fcf4e3a4edd1edb6f4477e83da4b2401eb1 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 9 Nov 2013 20:41:28 +0900 Subject: Remove left over qDebug() call Signed-off-by: Dirk Hohndel --- qt-ui/diveplanner.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/qt-ui/diveplanner.cpp b/qt-ui/diveplanner.cpp index ec7a8a21f..b9e138a2c 100644 --- a/qt-ui/diveplanner.cpp +++ b/qt-ui/diveplanner.cpp @@ -444,7 +444,6 @@ void DivePlannerPointsModel::loadFromDive(dive* d) Q_FOREACH(const sample &s, backupSamples){ int o2 = 0, he = 0; get_gas_from_events(&backupDive->dc, s.time.seconds, &o2, &he); - qDebug() << "time / depth" << s.time.seconds << s.depth.mm << "o2/he" << o2 << he; plannerModel->addStop(s.depth.mm, s.time.seconds, o2, he, 0); } } -- cgit v1.2.3-70-g09d2