Skip to content

Commit 0f990cd

Browse files
committed
Remove unnecessary comments
1 parent e38be0d commit 0f990cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/borg/archiver/extract_cmd.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,10 @@ def do_extract(self, args, repository, manifest, archive):
6868
is_matched = matcher.match(orig_path)
6969
log_prefix = "+" if is_matched else "-"
7070

71-
# Conditionally log based on the output_list flag
7271
if output_list:
7372
logging.getLogger("borg.output.list").info(f"{log_prefix} {remove_surrogates(item.path)}")
7473

7574
if is_matched:
76-
# Preloading item chunks only if the item will be fetched
7775
archive.preload_item_chunks(item, optimize_hardlinks=True)
7876

7977
if not dry_run:

0 commit comments

Comments
 (0)