chanmgr: remove a now-stale TODO.

This commit is contained in:
Nick Mathewson 2022-11-29 11:15:36 -05:00
parent 4fff9f9dda
commit c6aa587dc8
1 changed files with 0 additions and 2 deletions

View File

@ -158,8 +158,6 @@ impl<CF: AbstractChannelFactory + Clone> AbstractChanMgr<CF> {
) -> Result<(CF::Channel, ChanProvenance)> {
use ChannelUsage as CU;
// TODO pt-client: This is not yet used.
let chan = self.get_or_launch_internal(target).await?;
match usage {