mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 10:18:09 -04:00
13 lines
362 B
Python
13 lines
362 B
Python
$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
|