Index: dialin/hd/valves.py =================================================================== diff -u -r79b47911f0ea424cd8dc10c1e1f150b84d4dfa54 -re8a9ef206a66a4846bb5cd4e8ad995de11922caa --- dialin/hd/valves.py (.../valves.py) (revision 79b47911f0ea424cd8dc10c1e1f150b84d4dfa54) +++ dialin/hd/valves.py (.../valves.py) (revision e8a9ef206a66a4846bb5cd4e8ad995de11922caa) @@ -322,8 +322,6 @@ air_trap = struct.unpack('i', bytearray( message['message'][self.START_AIR_TRAP_VALVE_STATUS:self.END_AIR_TRAP_VALVE_STATUS]))[0] - print(vlv_ID) - # To make sure values of the enums are not out of range if ValvesEnum.has_value(vlv_ID) and ValvesPositions.has_value(pos_ID) and ValvesStates.has_value(pos_ID): vlv_name = ValvesEnum(vlv_ID).name