remove debug

This commit is contained in:
James Bowman 2019-03-04 06:15:32 -08:00
parent 895f5a3941
commit 6bd978ebe1
1 changed files with 0 additions and 1 deletions

View File

@ -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)