kitchen icon indicating copy to clipboard operation
kitchen copied to clipboard

Py3 converters: Remove print statements from getwriter

Open arobb opened this issue 5 years ago • 0 comments

Two print statements made it into the Python 3 version of text.converters.getwriter, causing messages to appear on the console when using this method. This PR removes those statements.

arobb avatar Dec 30 '20 23:12 arobb