mje-nz / python_natnet

Python NatNet client library, supporting protocol version 3 (Motive version 2.0).
BSD 3-Clause "New" or "Revised" License
16 stars 16 forks source link

Disabling debug statements? #6

Open gedaliahknizhnik opened 2 years ago

gedaliahknizhnik commented 2 years ago

How do you disable the printed debug statements? I'm getting a server echo print statement every second or so that would be great to turn off.

And how does one disable the printed server evaluation at the beginning if you don't want to see the printout?

Thanks!