Remove unnecessary self.hs

pull/7187/head
Erik Johnston 2020-04-06 14:35:13 +01:00
parent 525a47dc28
commit 8a6a6802c0
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ class ReplicationStreamProtocolFactory(Factory):
self.handler = hs.get_tcp_replication()
self.clock = hs.get_clock()
self.server_name = hs.config.server_name
self.hs = hs
# Ensure the replication streamer is started if we register a
# replication server endpoint.