From: Adam Dickmeiss Date: Thu, 3 Feb 2005 09:09:55 +0000 (+0000) Subject: Remove old-style logging X-Git-Tag: YAZ.2.0.34~13 X-Git-Url: http://git.indexdata.com/cgi-bin?a=commitdiff_plain;ds=sidebyside;h=7a896baab71b355189e437905513f4fdf53d1f5d;p=yaz-moved-to-github.git Remove old-style logging --- diff --git a/zoom/zoomtst7.c b/zoom/zoomtst7.c index 515c062..c1c9d8d 100644 --- a/zoom/zoomtst7.c +++ b/zoom/zoomtst7.c @@ -1,5 +1,5 @@ /* - * $Id: zoomtst7.c,v 1.12 2002-09-24 08:00:50 adam Exp $ + * $Id: zoomtst7.c,v 1.13 2005-02-03 09:09:55 adam Exp $ * * API test.. */ @@ -176,10 +176,6 @@ int main(int argc, char **argv) } ZOOM_options_destroy (o); - yaz_log_init_level(LOG_ALL|LOG_MALLOC); - xmalloc_trav("1"); - nmem_exit(); - xmalloc_trav("2"); exit (0); }