From 94222fbe4905ea3f0e982b61a69290439c7f4e2d Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 12 Nov 2013 11:20:23 +0900 Subject: Remove some debug output Signed-off-by: Dirk Hohndel --- qt-ui/diveplanner.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/qt-ui/diveplanner.cpp b/qt-ui/diveplanner.cpp index c7aea75e7..27c80fd03 100644 --- a/qt-ui/diveplanner.cpp +++ b/qt-ui/diveplanner.cpp @@ -44,7 +44,6 @@ QString gasToStr(const int o2Permille, const int hePermille) { QString result = is_air(o2Permille, hePermille) ? QObject::tr("AIR") : he == 0 ? QString("EAN%1").arg(o2, 2, 10, QChar('0')) : QString("%1/%2").arg(o2).arg(he); - qDebug() << o2 << he << result; return result; } @@ -466,7 +465,6 @@ QStringList& DivePlannerPointsModel::getGasList() list.push_back(gasToStr(cyl->gasmix.o2.permille, cyl->gasmix.he.permille)); } } - qDebug() << list; return list; } @@ -485,7 +483,6 @@ void DivePlannerGraphics::selectGas(const QModelIndex& index) QString gasSelected = gasListView->model()->data(index, Qt::DisplayRole).toString(); int idx = gases.indexOf(currentGasChoice); plannerModel->setData(plannerModel->index(idx, DivePlannerPointsModel::GAS), gasSelected); - qDebug() << "gas selected:" << gasSelected; gasListView->hide(); } -- cgit v1.2.3-70-g09d2