mirror of
https://github.com/bevyengine/bevy
synced 2024-11-24 21:53:07 +00:00
Remove a dbg!
statement left over from debugging (#15867)
I wonder who left that there...
This commit is contained in:
parent
992d17bc7f
commit
813c75958d
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ impl Body for BrpStream {
|
|||
}
|
||||
|
||||
fn is_end_stream(&self) -> bool {
|
||||
dbg!(self.rx.is_closed())
|
||||
self.rx.is_closed()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue