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 20, 2024
1 parent 16658c9 commit 3c7484f
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 @@ -1778,7 +1778,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 @@ -2592,7 +2591,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 3c7484f

Please sign in to comment.