Skip to content

Commit 20786c7

Browse files
committed
Don't print part size during upload
1 parent 89ad09d commit 20786c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frameioclient/lib/upload.py

-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ def upload(self):
104104
for future in concurrent.futures.as_completed(self.futures):
105105
try:
106106
chunk_size = future.result()
107-
print(chunk_size)
108107
except Exception as exc:
109108
print(exc)
110109

0 commit comments

Comments
 (0)