From: Sebastian Hammer Date: Sat, 6 May 2006 00:52:15 +0000 (+0000) Subject: Removed diagnostic output that shouldn't have been checked in. X-Git-Tag: YAZ.2.1.20~75 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=af895ebea6200bb5a752ae312b83a6f78edfad08;ds=sidebyside Removed diagnostic output that shouldn't have been checked in. --- diff --git a/ztest/ztest.c b/ztest/ztest.c index 29026a1..51ead41 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.80 2006-05-05 20:02:22 quinn Exp $ + * $Id: ztest.c,v 1.81 2006-05-06 00:52:15 quinn Exp $ */ /* @@ -669,8 +669,6 @@ bend_initresult *bend_init(bend_initrequest *q) odr_malloc (q->stream, sizeof(*r)); int *counter = (int *) xmalloc (sizeof(int)); - fprintf(stderr, "FUK\n"); - if (!log_level_set) { log_level=yaz_log_module_level("ztest");