Merge "Trivial: remove an incorrect comment"

This commit is contained in:
Zuul 2023-12-06 19:27:49 +00:00 committed by Gerrit Code Review
commit 54597e9210
1 changed files with 0 additions and 3 deletions

View File

@ -90,9 +90,6 @@ class Client(object):
"""
host = topic.split('.', 1)[1]
# NOTE(TheJulia): Originally, I was worried about ip addresses being
# used, but looking at the topic split, it would have never really
# worked.
host, port = netutils.parse_host_port(host)
return _CallContext(
host, self.serializer, version=version,