From 786f3d3556dde4fd88c35e841c545b6ec47c4eda Mon Sep 17 00:00:00 2001 From: markster Date: Fri, 21 Nov 2003 14:56:21 +0000 Subject: Take out debug git-svn-id: http://svn.digium.com/svn/zaptel/trunk@283 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- zaptel.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/zaptel.c b/zaptel.c index f863326..0631ca5 100755 --- a/zaptel.c +++ b/zaptel.c @@ -4372,12 +4372,6 @@ static inline void __zt_process_getaudio_chunk(struct zt_chan *ss, unsigned char txb[x] = ZT_LIN2X(getlin[x], ms); break; case ZT_CONF_DIGITALMON: - { static int blah = 0; - if (blah++ < 64) { - printk("Got here channel %d, from %d\n", - ms->channo, ms->confna); - } - } /* Real digital monitoring, but still echo cancel if desired */ if (chans[ms->confna]->flags & ZT_FLAG_PSEUDO) { if (ms->ec) { -- cgit v1.2.3