pymeshfix icon indicating copy to clipboard operation
pymeshfix copied to clipboard

Remove the print line from line 603 of holeFilling.cpp

Open bblinn2017 opened this issue 4 years ago • 1 comments

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.

bblinn2017 avatar Oct 09 '21 21:10 bblinn2017

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.

kalingibbons avatar Nov 16 '21 22:11 kalingibbons