From 8b4a3adb72b46490671a3641d0bda6a6d94d3112 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Mon, 30 Sep 2024 17:11:33 +0200 Subject: [PATCH] remove not so usefull log line for new files Signed-off-by: Matthieu Gallien --- src/libsync/discovery.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/libsync/discovery.cpp b/src/libsync/discovery.cpp index edf38fb2f303..cb85e494ea3c 100644 --- a/src/libsync/discovery.cpp +++ b/src/libsync/discovery.cpp @@ -504,13 +504,6 @@ void ProcessDirectoryJob::processFile(PathTuple path, qCInfo(lcDisco).nospace() << processingLog; - if (localEntry.isValid() - && !serverEntry.isValid() - && !dbEntry.isValid() - && localEntry.modtime < _lastSyncTimestamp) { - qCWarning(lcDisco) << "File" << path._original << "was modified before the last sync run and is not in the sync journal and server"; - } - if (_discoveryData->isRenamed(path._original)) { qCDebug(lcDisco) << "Ignoring renamed"; return; // Ignore this.