From befd4e7c3fdae7fd6de9d38cb832d275d2d081aa Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 13 Aug 2008 12:32:21 +0200 Subject: [PATCH] Put debug call in #if 0 section. --- index/zsets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index/zsets.c b/index/zsets.c index 4b21641..10ecb8c 100644 --- a/index/zsets.c +++ b/index/zsets.c @@ -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); -- 1.7.10.4