Skip to content
This repository has been archived by the owner on Apr 27, 2019. It is now read-only.

Commit

Permalink
Removed trace message for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
AMorporkian committed Feb 3, 2014
1 parent eeae11c commit 16e0022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from utility_functions import build_packet

VERSION = "1.2.3"
TRACE = True
TRACE = False
TRACE_LVL = 9
logging.addLevelName(9, "TRACE")
logging.Logger.trace = lambda s, m, *a, **k: s._log(TRACE_LVL, m, a, **k)
Expand Down

0 comments on commit 16e0022

Please sign in to comment.