Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove info prints in connection_state function #16

Open
smicker opened this issue Apr 6, 2020 · 0 comments
Open

Remove info prints in connection_state function #16

smicker opened this issue Apr 6, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@smicker
Copy link

smicker commented Apr 6, 2020

When connected directly to the drone, without a skycontroller, you don't have a callback for the drone connection state. In this case it could be useful to instead pull the state by calling the drone.connection_state() to check the drone connection. But for every call to this function it will print "connected to the drone" if the drone is connected. It will bloat the console to much.
Can those INFO prints be completely removed?

@ndessart ndessart added the enhancement New feature or request label May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants