From: chrishoder Date: Thu, 7 Feb 2013 01:55:51 +0000 (+0000) Subject: fixed a small bug with writing X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=665d6fc98e8567d92ef6d5e351730f115a45ec08;ds=sidebyside fixed a small bug with writing git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1463 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/client/GoodFETMCPCANCommunication.py b/client/GoodFETMCPCANCommunication.py index 226366e..9c60cb0 100644 --- a/client/GoodFETMCPCANCommunication.py +++ b/client/GoodFETMCPCANCommunication.py @@ -599,7 +599,7 @@ class GoodFETMCPCANCommunication: print "Transmitting packet: " - print self.client.packet2str(packet) + #print self.client.packet2str(packet) self.client.txpacket(packet);