aevyrie / bevy_framepace

Framepacing and framelimiting for Bevy
https://crates.io/crates/bevy_framepace
Apache License 2.0
219 stars 24 forks source link

dbg! in production #43

Closed VirxEC closed 11 months ago

VirxEC commented 11 months ago

https://github.com/aevyrie/bevy_framepace/blob/main/src/lib.rs#L229 prints every frame, can it be removed?

aevyrie commented 7 months ago

Debug messages can be filtered out in your binary crate, yes. Noting here in case anyone stumbles across this.