Take out annoying print, you can put it in for debug

This commit is contained in:
Nick Foster
2012-07-20 22:08:13 -07:00
parent 3c73be4d64
commit e11600ccb4

View File

@@ -87,7 +87,8 @@ class data_field:
#which reports itself as a short packet but of type long.
#TODO: should find more productive way to throw this out
except ValueError:
print "Short packet received for long packet type: %x" % self.data
pass
#print "Short packet received for long packet type: %x" % self.data
return bits
class bds09_reply(data_field):