jtagarm: a few cleanup things...
[goodfet] / client / GoodFETMCPCANCommunication.py
index 226366e..9c60cb0 100644 (file)
@@ -599,7 +599,7 @@ class GoodFETMCPCANCommunication:
         
                 
         print "Transmitting packet: "
-        print self.client.packet2str(packet)
+        #print self.client.packet2str(packet)
                 
         self.client.txpacket(packet);