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

Commit

Permalink
docs: remove answered todo comment
Browse files Browse the repository at this point in the history
answered at #252 (comment)
  • Loading branch information
jacobheun authored and daviddias committed May 1, 2018
1 parent b5a2d38 commit 30ed081
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}
}
Expand Down

0 comments on commit 30ed081

Please sign in to comment.