Skip to content

Commit

Permalink
Drop temporary debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreF committed Jan 13, 2024
1 parent c2072bb commit d449351
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/paho/mqtt/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1772,7 +1772,6 @@ def loop_misc(self) -> MQTTErrorCode:
rc = MQTTErrorCode.MQTT_ERR_SUCCESS
else:
self._state = ConnectionState.MQTT_CS_CONNECTION_LOST
self._easy_log(MQTT_LOG_DEBUG, "... 2")
rc = MQTTErrorCode.MQTT_ERR_KEEPALIVE

self._do_on_disconnect(rc)
Expand Down Expand Up @@ -2586,7 +2585,6 @@ def _loop_rc_handle(
self._do_on_disconnect(rc, properties)

if rc == MQTT_ERR_CONN_LOST:
self._easy_log(MQTT_LOG_DEBUG, "... 3")
self._state = ConnectionState.MQTT_CS_CONNECTION_LOST

return rc
Expand Down

0 comments on commit d449351

Please sign in to comment.