removed unwanted logging line from corexml.py
This commit is contained in:
parent
b6d5f23201
commit
976f06dc10
1 changed files with 0 additions and 1 deletions
|
@ -423,7 +423,6 @@ class CoreXmlWriter(object):
|
|||
def write_network(self, node):
|
||||
# ignore p2p and other nodes that are not part of the api
|
||||
if not node.apitype:
|
||||
logging.warning("ignoring node with no apitype: %s", node)
|
||||
return
|
||||
|
||||
network = NetworkElement(self.session, node)
|
||||
|
|
Loading…
Reference in a new issue