summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {