From 0b4ae53a7ee2c78d67fc5fe2865872c6e0d830c9 Mon Sep 17 00:00:00 2001 From: Bob Lantz <rlantz@cs.stanford.edu> Date: Tue, 15 Dec 2009 22:37:56 -0800 Subject: [PATCH] We don't need to print the links. --- cleanup | 1 - 1 file changed, 1 deletion(-) diff --git a/cleanup b/cleanup index 41d56bf1..87bf5576 100755 --- a/cleanup +++ b/cleanup @@ -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 ) -- GitLab