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.