ODR print for HTTP packages
[yaz-moved-to-github.git] / zutil / yaz-ccl.c
index 45eeb37..4e67499 100644 (file)
@@ -1,13 +1,14 @@
 /*
- * Copyright (c) 1996-2002, Index Data.
+ * Copyright (c) 1996-2003, Index Data.
  * See the file LICENSE for details.
  *
- * $Id: yaz-ccl.c,v 1.16 2002-12-28 12:13:03 adam Exp $
+ * $Id: yaz-ccl.c,v 1.19 2003-02-12 15:06:44 adam Exp $
  */
 
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <ctype.h>
 
 #include <yaz/yaz-ccl.h>
 #include <yaz/pquery.h>
@@ -20,7 +21,6 @@ Z_RPNQuery *ccl_rpn_query (ODR o, struct ccl_rpn_node *p)
 
     ccl_pquery(wr, p);
 
-    printf ("pqf=%s\n", wrbuf_buf(wr));
     q = yaz_pqf_parse(parser, o, wrbuf_buf(wr));
 
     wrbuf_free(wr, 1);