kitchen
kitchen copied to clipboard
Py3 converters: Remove print statements from getwriter
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.