Skip to content

Commit

Permalink
lib.shpypi: Removed logging from create_pip_list method
Browse files Browse the repository at this point in the history
  • Loading branch information
msinn committed Jun 29, 2024
1 parent d69e9e1 commit 8c414ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/shpypi.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ def get_pip_command(self):

def create_pip_list(self, dest_file):
pip_command = self.get_pip_command()
self.logger.notice(f"create_pip_list: {pip_command=} for configuration backup - create list in {dest_file=}")

command_line = pip_command +' list >' + dest_file
if logging:
Expand Down

0 comments on commit 8c414ae

Please sign in to comment.