Pithikos / python-websocket-server

A simple fully working websocket-server in Python with no external dependencies
MIT License
1.14k stars 381 forks source link

Remove last print statement #71

Closed aehernandez closed 5 years ago

aehernandez commented 5 years ago

It's nice to have the ability to explicity control the way messages are sent to stdout, and this seems to be the last print statement in the way of getting there.

I didn't replace it with a logger message since it seemed to be a fairly nominal state of operating (clients are allowed to unexpectedly close the connection, no need to report an error here).