mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-17 14:39:13 -04:00
Don't warn
This commit is contained in:
parent
5d8a93a10e
commit
8940281d1b
1 changed files with 0 additions and 2 deletions
|
@ -167,8 +167,6 @@ class ReplicationResource(Resource):
|
||||||
stream_content["position"],
|
stream_content["position"],
|
||||||
request_streams.get(stream_name),
|
request_streams.get(stream_name),
|
||||||
)
|
)
|
||||||
if stream_content["position"] == request_streams.get(stream_name):
|
|
||||||
logger.warn("Returning same position for stream: %s", stream_name)
|
|
||||||
|
|
||||||
request.write(json.dumps(result, ensure_ascii=False))
|
request.write(json.dumps(result, ensure_ascii=False))
|
||||||
finish_request(request)
|
finish_request(request)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue