removed comments and cleaned up code.

This commit is contained in:
cody burkard
2014-07-22 23:00:43 -07:00
parent 5cd6b553a5
commit 6bc9d68485
4 changed files with 18 additions and 28 deletions
+2 -1
View File
@@ -281,7 +281,8 @@ class MininetRunner( object ):
if self.options.post:
CLI( mn, script=self.options.post )
mn.stop()
elapsed = float( time.time() - start )
info( 'completed in %0.3f seconds\n' % elapsed )