Skip to content

Commit

Permalink
remove it
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamGallagher737 committed Oct 12, 2024
1 parent 992d17b commit a5356f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_remote/src/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ impl Body for BrpStream {
}

fn is_end_stream(&self) -> bool {
dbg!(self.rx.is_closed())
self.rx.is_closed()
}
}

Expand Down

0 comments on commit a5356f0

Please sign in to comment.