Skip to content

Commit 2c38be0

Browse files
committed
remove duplicated loggings
1 parent f71e3f2 commit 2c38be0

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/otaclient/configs/_cfg_consts.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ def map_device_rank_to_download_threads(self) -> int:
5656
threads = min(24, max(16, cpu_count_factor))
5757
else: # L3
5858
threads = min(16, max(10, cpu_count_factor))
59-
60-
logger.info(
61-
f"download threads calculated: {threads} "
62-
f"(device_type={self}, cpu_count={cpu_count})"
63-
)
6459
return threads
6560

6661

0 commit comments

Comments
 (0)