Remove spurious logline

This commit is contained in:
Pim van Pelt
2022-03-26 12:26:57 +00:00
parent 54bb45f03d
commit f2784ce5d0

View File

@ -66,8 +66,6 @@ class VPPApi():
def remove_lcp(self, lcpname): def remove_lcp(self, lcpname):
""" Removes the LCP and TAP interface, identified by lcpname, from the config. """ """ Removes the LCP and TAP interface, identified by lcpname, from the config. """
self.logger.info("Removing %s" % lcpname)
for idx, lcp in self.config['lcps'].items(): for idx, lcp in self.config['lcps'].items():
if lcp.host_if_name == lcpname: if lcp.host_if_name == lcpname:
found = True found = True