mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 16:06:52 +00:00
Comment unused variables.
This commit is contained in:
parent
2c79c4dc7f
commit
978ce87c86
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue