Remove unused variable from iosxr_logging (#60865)
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
8bac810e38
commit
7c704526f3
1 changed files with 0 additions and 2 deletions
|
@ -565,8 +565,6 @@ class NCConfiguration(ConfigBase):
|
|||
prefix_ele = etree_find(running, 'host-name-prefix')
|
||||
have_prefix = prefix_ele.text if prefix_ele is not None else None
|
||||
|
||||
console_enable_ele = etree_find(running, 'enable-console-logging')
|
||||
|
||||
file_params = list()
|
||||
host_params = list()
|
||||
console_params = dict()
|
||||
|
|
Loading…
Add table
Reference in a new issue