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

Spurious print statements in library code #12

Open
cpehle opened this issue Nov 6, 2018 · 1 comment
Open

Spurious print statements in library code #12

cpehle opened this issue Nov 6, 2018 · 1 comment
Milestone

Comments

@cpehle
Copy link

cpehle commented Nov 6, 2018

There are a few spurious print statements in the library code, which ideally should be converted into log output, one example is

print("Job submitted")

@apdavison apdavison added this to the 0.8.0 milestone Apr 1, 2019
@apdavison
Copy link
Member

The library is really intended to be used interactively in a Jupyter notebook, so the print statements are not spurious in this context.

I agree though it would be a good idea to have an easy way to turn them off.

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