dimforge / parry

2D and 3D collision-detection library for Rust.
https://parry.rs
Apache License 2.0
557 stars 97 forks source link

Comment out print statements #29

Closed zakarumych closed 3 years ago

zakarumych commented 3 years ago

Those seems to be for debugging purposes. Consider using tracing crate for filterable logs which user can enable and disable as needed.

sebcrozet commented 3 years ago

Weird, the CI fails without giving any reasons… Anyway, the changes made by this PR are trivial enough to be merged without the CI approval.

extrawurst commented 3 years ago

@sebcrozet GitHub Actions suffer a huge outage right now: https://www.githubstatus.com

sebcrozet commented 3 years ago

@extrawurst Oh, makes sense. Thanks!