remove debug
This commit is contained in:
parent
895f5a3941
commit
6bd978ebe1
|
@ -234,7 +234,6 @@ class Frame(wx.Frame):
|
|||
def read(self, e):
|
||||
n = int(self.rxCount.GetValue())
|
||||
if self.addr is not None:
|
||||
print("read", n)
|
||||
self.start(1)
|
||||
r = self.sd.read(n)
|
||||
bb = struct.unpack("B"*n, r)
|
||||
|
|
Loading…
Reference in New Issue