mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove left over qDebug() call
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
487efb1ee9
commit
2a0f1fcf4e
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue