diff --git a/extalife/helpers/core.py b/extalife/helpers/core.py index d81aec2..bbf656d 100644 --- a/extalife/helpers/core.py +++ b/extalife/helpers/core.py @@ -172,9 +172,6 @@ def _on_disconnect_callback(self): self._periodic_reconnect_remove_callback() self._periodic_reconnect_remove_callback = self.async_track_time_interval(self._periodic_reconnect_callback, datetime.timedelta(seconds=30)) - # try immediate reconnection first - # self._periodic_reconnect_callback(False) - def _on_status_notification_callback(self, msg): if self._is_unloading or self._is_stopping: return