removed unwanted logging line from corexml.py

This commit is contained in:
bharnden 2019-09-17 10:13:51 -07:00
parent b6d5f23201
commit 976f06dc10

View file

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