diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-17 18:05:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-17 18:05:55 +0200 |
commit | 13c786ca6a4fe5708f60ac3f29b2fea0c207b744 (patch) | |
tree | a1d6aa4d4ed0774e2396df1ed76f62a271e61328 /src/conf_mode | |
parent | 290b51bf7edf390a619c47c326f58c15d1240974 (diff) | |
parent | a4d49a96918c0f0dac3d17f9cf3a5b8f3a9505c0 (diff) | |
download | vyos-1x-13c786ca6a4fe5708f60ac3f29b2fea0c207b744.tar.gz vyos-1x-13c786ca6a4fe5708f60ac3f29b2fea0c207b744.zip |
Merge pull request #3657 from c-po/pki-T6241-no-debug
pki: T6241: remove debug print statement about updated subsystems
Diffstat (limited to 'src/conf_mode')
-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] |