summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 2145011f..f9f1dfe5 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -4116,9 +4116,7 @@ void MainWindow::saveArchiveList()
}
}
}
- if (archiveFile.commitIfDifferent(m_ArchiveListHash)) {
- log::debug("{} saved", QDir::toNativeSeparators(m_OrganizerCore.currentProfile()->getArchivesFileName()));
- }
+ archiveFile.commitIfDifferent(m_ArchiveListHash);
} else {
log::warn("archive list not initialised");
}