Skip to content

Commit 813c759

Browse files
Remove a dbg! statement left over from debugging (#15867)
I wonder who left that there...
1 parent 992d17b commit 813c759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_remote/src/http.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ impl Body for BrpStream {
430430
}
431431

432432
fn is_end_stream(&self) -> bool {
433-
dbg!(self.rx.is_closed())
433+
self.rx.is_closed()
434434
}
435435
}
436436

0 commit comments

Comments
 (0)