Skip to content

Commit c129672

Browse files
author
Andrei Neagu
committed
removed debug print
1 parent b2a66f5 commit c129672

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/aws-library/src/aws_library/s3/_client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,8 +526,6 @@ async def upload_object_from_file_stream(
526526
part_number = 1
527527

528528
async for chunk in file_stream():
529-
print(f"partsizze={len(chunk)}")
530-
531529
part_response = await self._client.upload_part(
532530
Bucket=bucket_name,
533531
Key=object_key,

0 commit comments

Comments
 (0)