mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Move informational output to only be shown in verbose mode
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2b1017c986
commit
3c8a9bc057
1 changed files with 2 additions and 1 deletions
|
|
@ -88,6 +88,7 @@ void DiveComputerList::addDC(QString m, uint32_t d, QString n, QString s, QStrin
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// debugging: show changes
|
// debugging: show changes
|
||||||
|
if (verbose)
|
||||||
existNode->showchanges(n, s, f);
|
existNode->showchanges(n, s, f);
|
||||||
dcMap.remove(m, *existNode);
|
dcMap.remove(m, *existNode);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue