Skip to content

Commit

Permalink
disable tracing in websocket.py
Browse files Browse the repository at this point in the history
  • Loading branch information
prof7bit committed Apr 23, 2013
1 parent 15bb36d commit 10ac757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class WebSocketConnectionClosedException(WebSocketException):
pass

default_timeout = None
traceEnabled = True#False
traceEnabled = False


def enableTrace(tracable):
Expand Down

0 comments on commit 10ac757

Please sign in to comment.