summaryrefslogtreecommitdiff
path: root/zaptel.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-11-21 14:56:21 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-11-21 14:56:21 +0000
commit786f3d3556dde4fd88c35e841c545b6ec47c4eda (patch)
tree6951f6c53e3358db462b417f9ae95dccc05d8cce /zaptel.c
parent9186a6b3d5371c7bee66761e012a2e78cdee5de9 (diff)
Take out debug
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@283 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zaptel.c')
-rwxr-xr-xzaptel.c6
1 files changed, 0 insertions, 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) {