Remove a dbg! statement left over from debugging (#15867)
I wonder who left that there...
This commit is contained in:
parent
992d17bc7f
commit
813c75958d
@ -430,7 +430,7 @@ impl Body for BrpStream {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn is_end_stream(&self) -> bool {
|
fn is_end_stream(&self) -> bool {
|
||||||
dbg!(self.rx.is_closed())
|
self.rx.is_closed()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user