Skip to content

Commit

Permalink
Remove stray log line
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Jan 22, 2012
1 parent ea0291b commit bc28966
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tornado/websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def _execute(self, transforms, *args, **kwargs):
# The difference between version 8 and 13 is that in 8 the
# client sends a "Sec-Websocket-Origin" header and in 13 it's
# simply "Origin".
logging.info('starting websocket')
if self.request.headers.get("Sec-WebSocket-Version") in ("7", "8", "13"):
self.ws_connection = WebSocketProtocol13(self)
self.ws_connection.accept_connection()
Expand Down

0 comments on commit bc28966

Please sign in to comment.