remove debug print statement
This commit is contained in:
parent
10147b0db5
commit
1409959f53
@ -87,7 +87,6 @@ class DPM3(HasIodev, Readable):
|
||||
cmd = ""
|
||||
cmd = cmd + '*1G3%02X' % adr
|
||||
hexvalue = self._iodev.communicate(cmd)
|
||||
print(cmd, hexvalue)
|
||||
if adr == self.SCALE:
|
||||
mag = self.MAGNITUDE[hexvalue[0:1]]
|
||||
value = int(hexvalue[1:], 16)
|
||||
|
Loading…
x
Reference in New Issue
Block a user