When using functions from pyvoronoi, a message is often logged to stdout. It can be partially disabled using pyvoronoi.SILENT = True right after the import, but a message is still logged during the import.
There should be a way to better control the logging so that is possible to turn it off completely.
When using functions from pyvoronoi, a message is often logged to stdout. It can be partially disabled using
pyvoronoi.SILENT = True
right after the import, but a message is still logged during the import.There should be a way to better control the logging so that is possible to turn it off completely.