From f2784ce5d0e23b16cd67ad3583c0efe0fd7caca8 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sat, 26 Mar 2022 12:26:57 +0000 Subject: [PATCH] Remove spurious logline --- vpp/vppapi.py | 2 -- 1 file changed, 2 deletions(-) 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