]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove an extra debug line left from previous commit.
authorMark Michelson <mmichelson@digium.com>
Mon, 22 Jun 2009 14:44:58 +0000 (14:44 +0000)
committerMark Michelson <mmichelson@digium.com>
Mon, 22 Jun 2009 14:44:58 +0000 (14:44 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@202342 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index c1e83ae60e7b3d39d10b080ad628d4d4f7a71dcd..cb65b2c66514b42c09c51ba69fed19f4d265be02 100644 (file)
@@ -2069,7 +2069,6 @@ static enum sip_result __sip_reliable_xmit(struct sip_pvt *p, int seqno, int res
                /* Parse out the response code */
                if (sscanf(pkt->data, "SIP/2.0 %d", &respid) == 1) {
                        pkt->response_code = respid;
-                       ast_log(LOG_NOTICE, "Hey, I just set the response code for this packet to %d\n", pkt->response_code);
                }
        }
        pkt->timer_t1 = p->timer_t1;    /* Set SIP timer T1 */