]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove a debug message I put in by accident.
authorJoshua Colp <jcolp@digium.com>
Fri, 6 Feb 2009 17:15:01 +0000 (17:15 +0000)
committerJoshua Colp <jcolp@digium.com>
Fri, 6 Feb 2009 17:15:01 +0000 (17:15 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@173968 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index ce07ecc7da760d7466124f254da924c3d2aff669..966d926424be96fc6c5209363b4eef13fc0d9bdd 100644 (file)
@@ -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;