blob: fe35e0c17c432bf41d1bd14968ce51320441d10d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-xmpp_debug.py,v 1.1.1.1 2011/02/06 21:06:08 schnoebe Exp $
disable debugging in the library
--- xmpp/debug.py.orig 2006-03-25 00:11:17.000000000 -0600
+++ xmpp/debug.py
@@ -420,4 +420,4 @@ class Debug:
DBG_ALWAYS='always'
##Uncomment this to effectively disable all debugging and all debugging overhead.
-#Debug=NoDebug
+Debug=NoDebug
|