remove obsolete TODO

This commit is contained in:
Brian Warner 2016-03-03 17:56:15 -08:00
parent 626732b730
commit aaf4e70a33

View File

@ -140,7 +140,6 @@ class Channel:
if phase_and_body is not None and not msgs:
msgs.append(phase_and_body)
d.callback(None)
# TODO: use agent=self._agent
queryargs = urlencode([("appid", self._appid),
("channelid", self._channelid)])
es = ReconnectingEventSource(self._relay_url+"watch?%s" % queryargs,