From 66f5f32f1137be435611c9a229ccf413fed55782 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 15 Nov 2013 13:17:38 +0900 Subject: Once again remove debug output. Oops again. Signed-off-by: Dirk Hohndel --- qt-ui/diveplanner.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'qt-ui/diveplanner.cpp') diff --git a/qt-ui/diveplanner.cpp b/qt-ui/diveplanner.cpp index 0b5b3301e..7d3e19fc0 100644 --- a/qt-ui/diveplanner.cpp +++ b/qt-ui/diveplanner.cpp @@ -1197,9 +1197,7 @@ int DivePlannerPointsModel::addStop(int milimeters, int minutes, int o2, int he, } } if (o2 == -1) { - qDebug() << "default Gas"; if (row > 0) { - qDebug() << "from left"; o2 = divepoints.at(row - 1).o2; he = divepoints.at(row - 1).he; } else { @@ -1208,11 +1206,9 @@ int DivePlannerPointsModel::addStop(int milimeters, int minutes, int o2, int he, // first check to the right, then to the left, but if there's nothing, // we simply default to AIR if (row < divepoints.count()) { - qDebug() << "from right"; o2 = divepoints.at(row).o2; he = divepoints.at(row).he; } else { - qDebug() << "have to create tank of AIR" << row << divepoints.count(); o2 = O2_IN_AIR; if (!addGas(o2, 0)) qDebug("addGas failed"); // FIXME add error propagation -- cgit v1.2.3-70-g09d2