Remove an extra debug line left from previous commit.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@202342 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Michelson
2009-06-22 14:44:58 +00:00
parent d31f78a172
commit 26ba38b8f4

View 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 */