Skip to content

Commit 5f2a6c3

Browse files
committed
Re-enabled debugging.
1 parent 6a34c52 commit 5f2a6c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xmpp/debug.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -419,4 +419,5 @@ def is_active( self, flag ):
419419

420420
DBG_ALWAYS='always'
421421

422-
Debug=NoDebug
422+
##Uncomment this to effectively disable all debugging and all debugging overhead.
423+
#Debug=NoDebug

0 commit comments

Comments
 (0)