aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-06 17:15:01 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-06 17:15:01 +0000
commitc968af86c4d94cdc336479e4c338f191c5833bc5 (patch)
tree958d4f2c6f73172060e2203bd50eb95435924347 /channels
parentd17e64fbd448257f32d3ff01e6b8acf5c0e90e7d (diff)
Remove a debug message I put in by accident.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@173968 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index ce07ecc7d..966d92642 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;