Skip to content

Commit

Permalink
Remove done comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgodwin committed Sep 3, 2015
1 parent 16a0e73 commit 4c65ad4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion channels/interfaces/websocket_twisted.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ def backend_reader(self):
"""
while True:
channels = self.factory.send_channels()
# TODO: Send keepalives
# Quit if reactor is stopping
if not reactor.running:
return
Expand Down

0 comments on commit 4c65ad4

Please sign in to comment.