remove not so usefull log line for new files

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Matthieu Gallien 2024-09-30 17:11:33 +02:00
parent e2f94d86ef
commit ab2bf984e7
No known key found for this signature in database
GPG Key ID: 7D0F74F05C22F553

View File

@ -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.