From 871c6b4f403790572c3501ec68d8ea7d12e883f7 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 15 Jun 2015 15:34:23 +0200 Subject: [PATCH] Remove ZOOM lsg msg YAZ-846 --- src/zoom-c.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/zoom-c.c b/src/zoom-c.c index b6cc643..7fd780d 100644 --- a/src/zoom-c.c +++ b/src/zoom-c.c @@ -187,8 +187,6 @@ void ZOOM_connection_remove_task(ZOOM_connection c) if (task) { c->tasks = task->next; - yaz_log(YLOG_LOG, "remove task p=%d type=%d next=%p", - task, (int) task->which, c->tasks); switch (task->which) { case ZOOM_TASK_SEARCH: -- 1.7.10.4