aevyrie / bevy_framepace

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

dbg! in production #43

Closed VirxEC closed 1 year ago

VirxEC commented 1 year ago

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

aevyrie commented 1 year ago

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