diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/conf_mode/pki.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/conf_mode/pki.py b/src/conf_mode/pki.py index f37cac524..4a0e86f32 100755 --- a/src/conf_mode/pki.py +++ b/src/conf_mode/pki.py @@ -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] | 
