mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
remove useless log
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
c74765a931
commit
5b9284237a
@ -221,7 +221,6 @@ void BulkPropagatorJob::doStartUpload(SyncFileItemPtr item,
|
||||
remotePath, fileToUpload._path,
|
||||
fileToUpload._size, currentHeaders};
|
||||
|
||||
qCInfo(lcBulkPropagatorJob) << remotePath << "transmission checksum" << transmissionChecksumHeader << fileToUpload._path;
|
||||
_filesToUpload.push_back(std::move(newUploadFile));
|
||||
_pendingChecksumFiles.remove(item->_file);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user