diff --git a/mininet/mininet.py b/mininet/mininet.py
index 89582447afeba080ec3ccb1ce5e2e43e9d94f0b9..eca9d9b1bc0a29ee4bc4a99fc846335748c0fcb0 100755
--- a/mininet/mininet.py
+++ b/mininet/mininet.py
@@ -230,9 +230,9 @@ def cmd( self, cmd ):
       return self.waitOutput()
    def cmdPrint( self, cmd ):
       "Call cmd, printing the command and output"
-      lg.info("*** %s : %s", self.name, cmd)
+      #lg.info("*** %s : %s", self.name, cmd)
       result = self.cmd( cmd )
-      lg.info("%s\n", result)
+      #lg.info("%s\n", result)
       return result
    # Interface management, configuration, and routing
    def intfName( self, n):