Disable limit debugging
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 29 Nov 2005 09:37:04 +0000 (09:37 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 29 Nov 2005 09:37:04 +0000 (09:37 +0000)
index/limit.c

index b984af8..972d77e 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: limit.c,v 1.5 2005-10-30 22:52:37 adam Exp $
+/* $Id: limit.c,v 1.6 2005-11-29 09:37:04 adam Exp $
    Copyright (C) 1995-2005
    Index Data ApS
 
@@ -27,7 +27,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include <yaz/diagbib1.h>
 #include "index.h"
 
-#define ZEBRA_LIMIT_DEBUG 1
+#define ZEBRA_LIMIT_DEBUG 0
 
 struct zebra_limit {
     int complement_flag;