From 779ea5f0ad2905acd977c2bdcd4e35915d4491d8 Mon Sep 17 00:00:00 2001 From: Cody Burkard <cody@onlab.us> Date: Tue, 15 Jul 2014 19:39:50 -0700 Subject: [PATCH] removed bookmark --- mininet/net.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mininet/net.py b/mininet/net.py index cfd8d083..afe80969 100755 --- a/mininet/net.py +++ b/mininet/net.py @@ -220,7 +220,6 @@ def addController( self, name='c0', controller=None, **params ): name = controller_new.name # pylint: enable=E1103 else: - # bookmark controller_new = controller( name, **params ) # Add new controller to net if controller_new: # allow controller-less setups -- GitLab