Disable debug messages in release builds

Also correct / remove various debug messages
This commit is contained in:
Jonathan White
2022-03-22 15:09:53 -04:00
parent 097be1a5cd
commit 7d7c635423
5 changed files with 6 additions and 6 deletions

View File

@@ -66,8 +66,6 @@ QStringList Merger::merge()
changes << mergeDeletions(m_context);
changes << mergeMetadata(m_context);
// qDebug("Merged %s", qPrintable(changes.join("\n\t")));
// At this point we have a list of changes we may want to show the user
if (!changes.isEmpty()) {
m_context.m_targetDb->markAsModified();