Skip to content

Commit

Permalink
Don't print part size during upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jhodges10 committed Jun 10, 2024
1 parent 89ad09d commit 20786c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frameioclient/lib/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ def upload(self):
for future in concurrent.futures.as_completed(self.futures):
try:
chunk_size = future.result()
print(chunk_size)
except Exception as exc:
print(exc)

Expand Down

0 comments on commit 20786c7

Please sign in to comment.