Skip to content

Commit

Permalink
Don't print destdir in verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jake authored and jake committed Jun 14, 2024
1 parent 8815d75 commit c1d0867
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internetarchive/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,6 @@ def download( # noqa: max-complexity=38
file_path = file_path or self.name

if destdir:
if verbose:
print(f"destdir: {destdir}")
if return_responses is not True:
try:
os.mkdir(destdir)
Expand Down

0 comments on commit c1d0867

Please sign in to comment.