]> www.vanbest.org Git - sasc-ng.git/commitdiff
remove spurious debug msg
authorleslie <unknown>
Mon, 14 Sep 2009 22:31:31 +0000 (06:31 +0800)
committerleslie <unknown>
Mon, 14 Sep 2009 22:31:31 +0000 (06:31 +0800)
cam.c

diff --git a/cam.c b/cam.c
index 422273608e66d0edd5a1ca1e221c38a7063f305a..c73450fc1454305545d6a356c1838b1e4d4d9941 100644 (file)
--- a/cam.c
+++ b/cam.c
@@ -2320,7 +2320,6 @@ void cScCamSlot::CaInfo(int tcid, int cid)
   int cn=0;
   for(int i=0; caids[i]; i++) cn+=2;
   int n=cn+8+LengthSize(cn);
-PRINTF(L_CORE_CI,"n=%d cn=%d",n,cn);
   unsigned char *p;
   if(!(p=frame.GetBuff(n+1+LengthSize(n)))) return;
   *p++=0xa0;