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 leaky print statements #10

Closed
fsaad opened this issue Nov 18, 2017 · 0 comments
Closed

Remove leaky print statements #10

fsaad opened this issue Nov 18, 2017 · 0 comments

Comments

@fsaad
Copy link

fsaad commented Nov 18, 2017

This print can be removed, since the sample is being written to the writer:

print sample

These print stateents can be converted to LOG

print 'Running {} in this thread'.format(fun.__name__)

print 'Running {} in {:d} threads'.format(fun.__name__, THREADS)

@fsaad fsaad closed this as completed in d73b266 Nov 18, 2017
fsaad pushed a commit that referenced this issue Nov 18, 2017
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

1 participant