We don't need to print the links.

This commit is contained in:
Bob Lantz
2009-12-15 22:37:56 -08:00
parent e04f092232
commit 0b4ae53a7e
-1
View File
@@ -30,7 +30,6 @@ def cleanUpScreens():
def cleanup():
print "*** Removing all links of the pattern foo-ethX"
links = sh( "ip link show | egrep -o '(\w+-eth\w+)'" ).split( '\n' )
print links
for link in links:
if link != '': sh( "ip link del " + link )