From: Matthieu Gallien Date: Mon, 30 Sep 2024 15:11:33 +0000 (+0200) Subject: remove not so usefull log line for new files X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~5^2~150^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ab2bf984e7df346a1e9ffbb020d83bf68cb4e7c7;p=nextcloud-desktop.git remove not so usefull log line for new files Signed-off-by: Matthieu Gallien --- diff --git a/src/libsync/discovery.cpp b/src/libsync/discovery.cpp index ad0c2f69e..138d1cc1e 100644 --- a/src/libsync/discovery.cpp +++ b/src/libsync/discovery.cpp @@ -549,13 +549,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.