removed unwanted logging in xml generation
This commit is contained in:
parent
6dbce144f9
commit
91fc852db1
2 changed files with 0 additions and 4 deletions
|
@ -537,8 +537,6 @@ class CoreXmlWriter(object):
|
|||
|
||||
links = []
|
||||
for node in self.session.objects.itervalues():
|
||||
logger.info("writer adding node(%s)", node.name)
|
||||
|
||||
# network node
|
||||
if isinstance(node, coreobj.PyCoreNet) and not nodeutils.is_node(node, NodeTypes.CONTROL_NET):
|
||||
self.write_network(node)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue