X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ztest%2Fztest.c;h=5922ef2fc8b02f3f72c566d4b1dd1ab43eb85449;hb=refs%2Ftags%2FYAZ.2.0.34.2;hp=83078339b7bc1500b5d6c654def7cab79338478b;hpb=8a836c1260ff2c7abf6752cc71262f582adf68b4;p=yaz-moved-to-github.git 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; }