mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 21:13:23 +00:00
QML UI: make profile drawing less verbose
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
10842b3eb3
commit
7ffc619f4c
1 changed files with 2 additions and 1 deletions
|
@ -86,7 +86,8 @@ void QMLProfile::setDiveId(const QString &diveId)
|
|||
return;
|
||||
if (!d)
|
||||
return;
|
||||
qDebug() << "setDiveId called with valid dive" << d->number;
|
||||
if (verbose)
|
||||
qDebug() << "setDiveId(" << d->number << ")";
|
||||
m_profileWidget->plotDive(d, true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue