removed debug log
This commit is contained in:
@@ -182,7 +182,6 @@ impl FileSystem {
|
|||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
while let Ok(Some(chunk)) = upload_file.try_next().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?;
|
file.write(&chunk).await?;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user