remove print statement

This commit is contained in:
suaveolent 2024-01-30 14:30:11 +01:00
parent b3fea2d0b7
commit 416ce82238

View File

@ -225,8 +225,6 @@ class Inverter:
self.set_state(NetworkState.Offline)
return None
print(f"Hexadecimal Content of buf: {buf.hex()}")
read_length = struct.unpack('>H', buf[6:8])[0]
try: