From 4d2f3abbf60e9b3f49e1d769700ff44cc18d11cf Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 9 Feb 2005 12:41:45 +0000 Subject: [PATCH] Avoid unnecessary logs --- ztest/ztest.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ztest/ztest.c b/ztest/ztest.c index 8307833..5922ef2 100644 --- a/ztest/ztest.c +++ b/ztest/ztest.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: ztest.c,v 1.72 2005-02-01 14:46:48 adam Exp $ + * $Id: ztest.c,v 1.73 2005-02-09 12:41:45 adam Exp $ */ /* @@ -677,17 +677,11 @@ bend_initresult *bend_init(bend_initrequest *q) q->bend_explain = ztest_explain; q->bend_srw_scan = ztest_scan; - yaz_log(YLOG_LOG, "ztest_init handle=%p control=%p", - counter, statserv_getcontrol()); - return r; } void bend_close(void *handle) { - yaz_log(YLOG_LOG, "ztest_close handle=%p control=%p", - handle, statserv_getcontrol()); - xfree (handle); /* release our user-defined handle */ return; } -- 1.7.10.4