]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Comment out the REF_DEBUG that slipped in during debugging
authorTerry Wilson <twilson@digium.com>
Wed, 11 May 2011 18:47:33 +0000 (18:47 +0000)
committerTerry Wilson <twilson@digium.com>
Wed, 11 May 2011 18:47:33 +0000 (18:47 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@318550 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index fbe9821235fdc97c87a2d662fd71a028cfd62ffb..b5fe26b347e9d5800071165e0a39da5973fcac86 100644 (file)
@@ -228,7 +228,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
    In normal operation, the macros defined will throw away the tags, so they do not
    affect the speed of the program at all. They can be considered to be documentation.
 */
-#define  REF_DEBUG 1
+/* #define  REF_DEBUG 1 */
 #include "asterisk/lock.h"
 #include "asterisk/config.h"
 #include "asterisk/module.h"