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 the print line from line 603 of holeFilling.cpp #37

Open
bblinn2017 opened this issue Oct 9, 2021 · 1 comment
Open

Remove the print line from line 603 of holeFilling.cpp #37

bblinn2017 opened this issue Oct 9, 2021 · 1 comment

Comments

@bblinn2017
Copy link

There is a print line in this file which I don't think should be there because it isn't dependent on the 'verbose' flag and prints all the time, which is very annoying.

@kalingibbons
Copy link

Plus one to this. I tried redirecting stdout and stderr in a context manager, before realizing it was coming from subprocesses spawned by the underlying library.

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