remove incorrect debug statement

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@379 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Michael Jerris 2008-01-30 01:44:48 +00:00
parent e4af9c444a
commit cb3679ac0c
1 changed files with 0 additions and 2 deletions

View File

@ -144,8 +144,6 @@ static L3INT zap_isdn_931_34(void *pvt, L2UCHAR *msg, L2INT mlen)
{
if (zchan) {
zchan->span->channels_local_crv[gen->CRV] = zchan;
} else {
zap_log(ZAP_LOG_CRIT, "Received Release Complete with no matching channel %d\n", chan_id);
}
}
break;