From c13d1fb4ea92e907918af2d01d50d1e67d280df7 Mon Sep 17 00:00:00 2001 From: markster Date: Mon, 28 Apr 2003 22:00:30 +0000 Subject: Retrieve confmute status from zap if it supports it git-svn-id: http://svn.digium.com/svn/asterisk/trunk@929 f38db490-d61c-443f-a65b-d21fe96a405b --- pbx/pbx_wilcalu.c | 1 - 1 file changed, 1 deletion(-) (limited to 'pbx/pbx_wilcalu.c') diff --git a/pbx/pbx_wilcalu.c b/pbx/pbx_wilcalu.c index 8995491a8..5c1e4622c 100755 --- a/pbx/pbx_wilcalu.c +++ b/pbx/pbx_wilcalu.c @@ -79,7 +79,6 @@ static void *autodial(void *ignore) FD_SET(fd, &fds); ast_select(fd + 1, &fds, NULL, NULL, NULL); bytes=read(fd,buf,256); - printf("Bytes: %d\n", bytes); buf[(int)bytes]=0; if(bytes>0){ -- cgit v1.2.3