removed debug log

This commit is contained in:
2025-07-29 14:58:28 +02:00
parent 23fdd55612
commit 77be84da65

View File

@@ -182,7 +182,6 @@ impl FileSystem {
.await?;
while let Ok(Some(chunk)) = upload_file.try_next().await {
tracing::info!("Writing chunk (len: {}) to {file_path}", chunk.len());
file.write(&chunk).await?;
}
}