From: Terry Wilson Date: Wed, 11 May 2011 18:47:33 +0000 (+0000) Subject: Comment out the REF_DEBUG that slipped in during debugging X-Git-Tag: 1.8.5-rc1~11^2~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84b9092e037263ff30a16ffeca4bb9c4a708b2ce;p=thirdparty%2Fasterisk.git Comment out the REF_DEBUG that slipped in during debugging git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@318550 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index fbe9821235..b5fe26b347 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -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"