mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +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,7 +88,8 @@ void DiveComputerList::addDC(QString m, uint32_t d, QString n, QString s, QStrin
|
|||
return;
|
||||
|
||||
// debugging: show changes
|
||||
existNode->showchanges(n, s, f);
|
||||
if (verbose)
|
||||
existNode->showchanges(n, s, f);
|
||||
dcMap.remove(m, *existNode);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue