diff --git a/vpp/vppapi.py b/vpp/vppapi.py index a63d13f..1b89e22 100644 --- a/vpp/vppapi.py +++ b/vpp/vppapi.py @@ -66,8 +66,6 @@ class VPPApi(): def remove_lcp(self, lcpname): """ 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(): if lcp.host_if_name == lcpname: found = True