Remove unused variable from iosxr_logging (#60865)

Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-08-19 15:28:20 -04:00 committed by GitHub
parent 8bac810e38
commit 7c704526f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()