From: Joshua Colp Date: Fri, 6 Feb 2009 17:15:01 +0000 (+0000) Subject: Remove a debug message I put in by accident. X-Git-Tag: 1.4.24-rc1~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c80b2b93b54e44a9c924e0829e59fc048b34db4b;p=thirdparty%2Fasterisk.git Remove a debug message I put in by accident. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@173968 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index ce07ecc7da..966d926424 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -9322,7 +9322,6 @@ static int get_refer_info(struct sip_pvt *transferer, struct sip_request *outgoi } /* Check for arguments in the refer_to header */ - ast_log(LOG_NOTICE, "refer to = %s\n", refer_to); if ((ptr = strcasestr(refer_to, "replaces="))) { char *to = NULL, *from = NULL;