remove dbg!(..)

This commit is contained in:
Dustin J. Mitchell 2021-10-20 21:25:28 -04:00
parent 636862f8c5
commit c63a21797a
2 changed files with 0 additions and 2 deletions

View file

@ -380,7 +380,6 @@ mod test {
.drain(..)
.collect(),
);
dbg!(&task);
assert!(!task.is_waiting());
assert_eq!(task.get_wait(), Some(ts));