Remove comment that is no longer relevant

pull/15682/head
Mehrdad Afshari 7 years ago
parent 7cd4ee7a42
commit f07f6c9a87
  1. 3
      src/python/grpcio/grpc/_channel.py

@ -813,9 +813,6 @@ def _poll_connectivity(state, channel, initial_try_to_connect):
_common.CYGRPC_CONNECTIVITY_STATE_TO_CHANNEL_CONNECTIVITY[
connectivity])
if not state.delivering:
# NOTE(nathaniel): The field is only ever used as a
# sequence so it's fine that both lists and tuples are
# assigned to it.
callbacks = _deliveries(state)
if callbacks:
_spawn_delivery(state, callbacks)

Loading…
Cancel
Save