Skip to content

Commit fc28308

Browse files
author
Andrei Neagu
committed
remove not necessary
1 parent 8f0088d commit fc28308

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/service-library/src/servicelib/bytes_iters/_stream_zip.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ async def get_zip_bytes_iter(
4545
sum(bytes_streamer.data_size for _, bytes_streamer in archive_entries)
4646
)
4747
description = f"files: count={len(archive_entries)}, size={total_stream_lenth.human_readable()}"
48-
_logger.info("Archiving %s", description)
4948

5049
async with progress_bar.sub_progress(
5150
steps=total_stream_lenth, description=description, progress_unit="Byte"

0 commit comments

Comments
 (0)