mirror of
https://github.com/element-hq/synapse.git
synced 2026-04-28 06:16:17 +00:00
Comment unused variables.
This commit is contained in:
@@ -139,8 +139,8 @@ class StreamStore(SQLBaseStore):
|
||||
limit = MAX_STREAM_SIZE
|
||||
|
||||
# From and to keys should be integers from ordering.
|
||||
from_id = _StreamToken.parse_stream_token(from_key)
|
||||
to_id = _StreamToken.parse_stream_token(to_key)
|
||||
# from_id = _StreamToken.parse_stream_token(from_key)
|
||||
# to_id = _StreamToken.parse_stream_token(to_key)
|
||||
|
||||
if from_key == to_key:
|
||||
return defer.succeed(([], to_key))
|
||||
|
||||
Reference in New Issue
Block a user