Remove old peer connection param (#645)

This commit is contained in:
Jonathan Zernik 2021-01-13 20:21:19 -08:00 committed by GitHub
parent c832f2515a
commit 464a660ee2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,6 @@ class PeerSyncController:
):
self.squeak_controller = squeak_controller
self.peer = peer
# self.peer_connection = None
self.peer_client = PeerClient(
self.peer.host,
self.peer.port,