remove usage of dbg!(..)

it's making rust-nightly job fail
This commit is contained in:
trinity-1686a 2022-02-28 17:46:28 +01:00
parent be288399ec
commit 55a1433499
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.