not-fl3 / macroquad

Cross-platform game engine in Rust.
Apache License 2.0
3.04k stars 297 forks source link

remove debugging println! call #728

Closed cyrgani closed 1 month ago

cyrgani commented 1 month ago

A println! call in the middle of a function was added in 246cbfc and made it into version 0.4.7. This appears to be a debugging leftover that should be removed. This PR removes it.

not-fl3 commented 1 month ago

ohh my bad