Merge branch 'fix/368' into 'main'

remove usage of dbg!(..)

Closes #368

See merge request tpo/core/arti!367
This commit is contained in:
Nick Mathewson 2022-02-28 18:18:01 +00:00
commit c022155d95
1 changed files with 0 additions and 1 deletions

View File

@ -567,7 +567,6 @@ pub(crate) mod test {
// Make sure that the createfast cell got sent
let cell_sent = output.next().await.unwrap();
dbg!(cell_sent.msg());
assert!(matches!(cell_sent.msg(), msg::ChanMsg::CreateFast(_)));
// But the next run if the reactor will make the circuit get closed.