pre final lap
[vsorcdistro/.git] / mininet / mininet / net.py
index 92001b4965515c365cb20741e42f87a65a817c80..80789af2f967eb71e316ef9e14acf5d3f8562ab6 100755 (executable)
@@ -453,7 +453,7 @@ class Mininet( object ):
         if self.cleanup:
             pass
 
-        info( '*** Creating network...(toy en mininet.net buildfromtopo)\n' )
+        info( '\n*** Creating network...\n' )
 
         if not self.controllers and self.controller:
             # Add a default controller
@@ -472,8 +472,6 @@ class Mininet( object ):
         for hostName in topo.hosts():
             self.addHost( hostName, **topo.nodeInfo( hostName ) )
             info( hostName + ' ' )
-            info('dentro de adding host\n')
-        info('sali de adding host')
 
         info( '\n*** Adding switches:\n' )
         for switchName in topo.switches():