remove debug print statement

This commit is contained in:
zolliker 2021-05-06 16:27:09 +02:00
parent 10147b0db5
commit 1409959f53

View File

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