Remove done comment

This commit is contained in:
Andrew Godwin 2015-09-03 00:08:05 -07:00
parent 16a0e73c6c
commit 4c65ad4c09

View File

@ -129,7 +129,6 @@ class WebsocketTwistedInterface(object):
""" """
while True: while True:
channels = self.factory.send_channels() channels = self.factory.send_channels()
# TODO: Send keepalives
# Quit if reactor is stopping # Quit if reactor is stopping
if not reactor.running: if not reactor.running:
return return