From c80b2b93b54e44a9c924e0829e59fc048b34db4b Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Fri, 6 Feb 2009 17:15:01 +0000 Subject: [PATCH] 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 --- channels/chan_sip.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.47.3