Skip to content

Commit 9546900

Browse files
committed
remove comments
1 parent fcb5976 commit 9546900

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

graphql_ws/django_channels.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,7 @@ def on_stop(self, connection_context, op_id):
9696

9797

9898
class GraphQLSubscriptionConsumer(JsonWebsocketConsumer):
99-
# Set to True to automatically port users from HTTP cookies
100-
# (you don't need channel_session_user, this implies it)
10199
http_user_and_session = True
102-
103-
# Set to True if you want it, else leave it out
104100
strict_ordering = True
105101

106102
def connect(self, message, **kwargs):

0 commit comments

Comments
 (0)