[graphics/digikam] core/libs/database/collection: remove scanner debug
Maik Qualmann <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 7228d71d119ee6a67960157e68b8157a198d2e6b by Maik Qualmann.
Committed on 09/08/2026 at 19:33.
Pushed by mqualmann into branch 'master'.
remove scanner debug
M +0 -6 core/libs/database/collection/collectionscanner_scan.cpp
https://invent.kde.org/graphics/digikam/-/commit/7228d71d119ee6a67960157e68b8157a198d2e6b
diff --git a/core/libs/database/collection/collectionscanner_scan.cpp b/core/libs/database/collection/collectionscanner_scan.cpp
index 418c7ecdca..3f2c3f24da 100644
--- a/core/libs/database/collection/collectionscanner_scan.cpp
+++ b/core/libs/database/collection/collectionscanner_scan.cpp
@@ -887,12 +887,6 @@ void CollectionScanner::scanFileNormal(const QFileInfo& fi, const ItemScanInfo&
bool hasMetadataHint = (d->hints && d->hints->hasMetadataHint(scanInfo.id));
QDateTime modificationDate = asDateTimeUTC(fi.lastModified());
- if (!s_modificationDateEquals(modificationDate, scanInfo.modificationDate))
- {
- qCDebug(DIGIKAM_DATABASE_LOG) << "Scanner debug:" << modificationDate
- << scanInfo.modificationDate;
- }
-
// if the date is null, this signals a full rescan
if (scanInfo.modificationDate.isNull())