remove output

This commit is contained in:
2019-07-08 15:53:23 +02:00
parent 7c8663d539
commit 1a1ba21c45
3 changed files with 4 additions and 4 deletions

View File

@ -94,7 +94,7 @@ class InputRegisterDatapoint(AbstractModbusDatapoint):
successFull = True
giveUp = False
# perform read operation
print("Input register, perform read operation")
# print("Input register, perform read operation")
result = client.read_input_registers(address=self.address,
count=self.count,
unit=self.unit)