Skip to content

Commit 8af90ae

Browse files
committed
delete log print.
1 parent 4a702d2 commit 8af90ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alibabacloud_oss_v2/downloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ def _update_progress(self, increment: int):
495495
#print(f'_update_progress: {increment}, {self._written}, {self._size_in_bytes}\n')
496496

497497
def _update_process_result(self, result):
498-
print(f'_update_process_result: {result}')
498+
#print(f'_update_process_result: {result}')
499499
if result is None:
500500
return
501501

0 commit comments

Comments
 (0)