From 759bd8222be51f70dad6449addc2b035bd8c98d3 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Fri, 9 Mar 2018 18:18:27 +0100 Subject: Got rid of now unused comment Signed-off-by: Olivier Gayot --- ip-link-add-menu.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ip-link-add-menu.py b/ip-link-add-menu.py index a39df54..4d04908 100755 --- a/ip-link-add-menu.py +++ b/ip-link-add-menu.py @@ -55,7 +55,6 @@ def create_bridge(): bridge.create() def create_vlan(): - # We need to list the interfaces from the sysfs. choices = [(str(i), '') for i in ipdb.by_name.keys()] code, master = d.menu('Select the master interface to use.', choices=choices) -- cgit v1.2.3