summaryrefslogtreecommitdiff
path: root/zaptel.c
diff options
context:
space:
mode:
authormartinp <martinp@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-11-05 22:23:36 +0000
committermartinp <martinp@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-11-05 22:23:36 +0000
commit46eb3001062c4b517b24185b761036adc7a3b120 (patch)
tree5ee011c399d183ecc13a2ac79585bd0d8b39e3f2 /zaptel.c
parente2fb6ee2a17f307a8822d7087430df241e81ae45 (diff)
Take out some debug stuff
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@266 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 394ed23..740f1db 100755
--- a/zaptel.c
+++ b/zaptel.c
@@ -4281,12 +4281,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) {