diff options
-rw-r--r-- | divecomputer.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/divecomputer.cpp b/divecomputer.cpp index af54e13f5..e4081e1cd 100644 --- a/divecomputer.cpp +++ b/divecomputer.cpp @@ -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); } |