Skip to content

Commit

Permalink
Merge pull request #3657 from c-po/pki-T6241-no-debug
Browse files Browse the repository at this point in the history
pki: T6241: remove debug print statement about updated subsystems
  • Loading branch information
c-po authored Jun 17, 2024
2 parents 290b51b + a4d49a9 commit 13c786c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conf_mode/pki.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def get_config(config=None):

path = search['path']
path_str = ' '.join(path + found_path)
print(f'PKI: Updating config: {path_str} {item_name}')
#print(f'PKI: Updating config: {path_str} {item_name}')

if path[0] == 'interfaces':
ifname = found_path[0]
Expand Down

0 comments on commit 13c786c

Please sign in to comment.