fedora-infra / kitchen

Useful snippets of python code
GNU Lesser General Public License v2.1
33 stars 17 forks source link

Py3 converters: Remove print statements from getwriter #35

Open arobb opened 3 years ago

arobb commented 3 years ago

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.