Skip to content

Commit 13c786c

Browse files
authored
Merge pull request #3657 from c-po/pki-T6241-no-debug
pki: T6241: remove debug print statement about updated subsystems
2 parents 290b51b + a4d49a9 commit 13c786c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conf_mode/pki.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def get_config(config=None):
232232

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

237237
if path[0] == 'interfaces':
238238
ifname = found_path[0]

0 commit comments

Comments
 (0)