Remove fprintf
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 20 Apr 2005 10:21:29 +0000 (10:21 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 20 Apr 2005 10:21:29 +0000 (10:21 +0000)
index/trunc.c

index 67f5e3e..c0e5ca1 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: trunc.c,v 1.55 2005-04-20 10:16:29 adam Exp $
+/* $Id: trunc.c,v 1.56 2005-04-20 10:21:29 adam Exp $
    Copyright (C) 1995-2005
    Index Data ApS
 
@@ -439,7 +439,6 @@ RSET rset_trunc(ZebraHandle zi, ISAM_P *isam_p, int no,
             xfree(rsets);
             return r;
         } 
-       fprintf(stderr, "Using rset_trunc_r limit=%d\n", trunc_limit);
         qsort(isam_p, no, sizeof(*isam_p), isamc_trunc_cmp);
     }
     else