From e11600ccb435dba0a8dd404b3a6507fc13a1d1c8 Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Fri, 20 Jul 2012 22:08:13 -0700 Subject: [PATCH] Take out annoying print, you can put it in for debug --- python/modes_parse.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/modes_parse.py b/python/modes_parse.py index c381f58..8e672b4 100644 --- a/python/modes_parse.py +++ b/python/modes_parse.py @@ -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):