Remove commented out 'print' debug lines

This commit is contained in:
Pim van Pelt
2022-04-22 09:33:27 +00:00
parent d8c0dd4ab4
commit 13cdba1e1d
2 changed files with 0 additions and 9 deletions

View File

@ -349,7 +349,6 @@ def unique_encapsulation(yaml, sub_ifname):
sibling_ifname = "%s.%d" % (parent_ifname, subid)
sibling_encap = get_encapsulation(yaml, sibling_ifname)
if sub_encap == sibling_encap and new_ifname != sibling_ifname:
## print("%s overlaps with %s" % (sub_encap, sibling_encap))
ncount = ncount + 1
return ncount == 0