Skip to content
This repository was archived by the owner on Aug 23, 2019. It is now read-only.

Commit 30ed081

Browse files
jacobheundaviddias
authored andcommitted
docs: remove answered todo comment
answered at #252 (comment)
1 parent b5a2d38 commit 30ed081

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/connection.js

-2
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,6 @@ class ConnectionManager {
143143
Object.assign(config, { hop: { enabled: false, active: false } })
144144
}
145145

146-
// TODO: (dryajov) should we enable circuit listener and
147-
// dialer by default?
148146
this.switch.transport.add(Circuit.tag, new Circuit(this.switch, config))
149147
}
150148
}

0 commit comments

Comments
 (0)