From 30ed081b0a1e93167a80c2fa495077f35f505092 Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Mon, 30 Apr 2018 08:54:18 -0700 Subject: [PATCH] docs: remove answered todo comment answered at https://github.com/libp2p/js-libp2p-switch/pull/252#discussion_r184925161 --- src/connection.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/connection.js b/src/connection.js index 1447c4d..f4a226f 100644 --- a/src/connection.js +++ b/src/connection.js @@ -143,8 +143,6 @@ class ConnectionManager { Object.assign(config, { hop: { enabled: false, active: false } }) } - // TODO: (dryajov) should we enable circuit listener and - // dialer by default? this.switch.transport.add(Circuit.tag, new Circuit(this.switch, config)) } }