[Asterisk-cvs] zaptel zaptel.c,1.33,1.34

martinp at lists.digium.com martinp at lists.digium.com
Wed Nov 5 15:57:26 CST 2003


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv912

Modified Files:
	zaptel.c 
Log Message:
Take out some debug stuff


Index: zaptel.c
===================================================================
RCS file: /usr/cvsroot/zaptel/zaptel.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- zaptel.c	30 Oct 2003 23:17:02 -0000	1.33
+++ zaptel.c	5 Nov 2003 22:23:36 -0000	1.34
@@ -4281,12 +4281,6 @@
 				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) {




More information about the svn-commits mailing list