diff --git a/lib/replicator.js b/lib/replicator.js index e6ba1d95..0c80ae7f 100644 --- a/lib/replicator.js +++ b/lib/replicator.js @@ -528,7 +528,6 @@ class Peer { } onclose (isRemote) { - // we might have signalled to the remote that we are done (ie not downloading) and the remote might agree on that // if that happens, the channel might be closed by the remote. if so just renegotiate it. // TODO: add a CLOSE_REASON to mux to we can make this cleaner...