removed bookmark

This commit is contained in:
Cody Burkard
2014-07-15 19:39:50 -07:00
parent 00d1963484
commit 779ea5f0ad
-1
View File
@@ -220,7 +220,6 @@ class Mininet( object ):
name = controller_new.name name = controller_new.name
# pylint: enable=E1103 # pylint: enable=E1103
else: else:
# bookmark
controller_new = controller( name, **params ) controller_new = controller( name, **params )
# Add new controller to net # Add new controller to net
if controller_new: # allow controller-less setups if controller_new: # allow controller-less setups