Skip to content
Snippets Groups Projects
Commit de7bd0af authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Device component - gNMI OpenConfig Driver:

- Removing unneeded log message
parent d7f537b2
No related branches found
No related tags found
1 merge request!299Resolve "(CTTC) Fix CI/CD pipeline end-to-end tests not passing"
......@@ -46,7 +46,6 @@ class InterfaceHandler(_Handler):
'subinterface[index="{:d}"]'.format(sif_index),
]))
if yang_sif is not None:
LOGGER.info('Deleting: {:s}'.format(str(yang_sif.print_mem('json'))))
yang_sif.unlink()
yang_sif.free()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment