Put debug call in #if 0 section.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 13 Aug 2008 10:32:21 +0000 (12:32 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 13 Aug 2008 10:32:21 +0000 (12:32 +0200)
index/zsets.c

index 4b21641..10ecb8c 100644 (file)
@@ -1022,8 +1022,8 @@ ZEBRA_RES resultSetSortSingle(ZebraHandle zh, NMEM nmem,
 #if 0
             yaz_log(YLOG_LOG, "sysno=" ZINT_FORMAT " database_no=%d", this_sys,
                 database_no);
-#endif
             ord_list_print(termid->ol);
+#endif
             resultSetInsertSort(zh, sset, database_no,
                                 sort_criteria, num_criteria, psysno, cmp_buf,
                                 tmp_cmp_buf);