dimforge / parry

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

Remove debug print in halfspace contact manifold #27

Closed LPGhatguy closed 3 years ago

LPGhatguy commented 3 years ago

Hello, I just got started with rapier3d (and by extension, parry) in my project! During every step in my project, my output is flooded by what looks like a debug println! left in the latest parry release:

Found contacts: 0
Found contacts: 0
Found contacts: 0
Found contacts: 0
Found contacts: 0
Found contacts: 0
Found contacts: 0
...

I tracked down the print to here. Should it be removed?

Waridley commented 3 years ago

Looks like this was covered by #29

LPGhatguy commented 3 years ago

So it is! Alright then. I'm a little sad that there was no maintainer response!

sebcrozet commented 3 years ago

Hey @LPGhatguy! It looks like I overlooked your PR. Really sorry for not giving any response, and thank you very much for taking the time to make that PR.