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

print statements in driver #11

Open
phartleyp opened this issue Aug 10, 2024 · 1 comment
Open

print statements in driver #11

phartleyp opened this issue Aug 10, 2024 · 1 comment

Comments

@phartleyp
Copy link

otii_connection.py contains a print statement that looks like it was intended for debugging.

This print statement causes problems for command-line applications that print their own text to stdout, because it introduces random "Progress on ..." messages into application output.

The print statement should be removed, or possibly replaced with a logging output to a client-specific logger. If the message is logged (instead of printed) the application can control where and how to output it.

@jkvarnlof
Copy link
Contributor

This has been removed in v1.0.9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants