Remove ZOOM lsg msg YAZ-846
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 15 Jun 2015 13:34:23 +0000 (15:34 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 15 Jun 2015 13:34:23 +0000 (15:34 +0200)
src/zoom-c.c

index b6cc643..7fd780d 100644 (file)
@@ -187,8 +187,6 @@ void ZOOM_connection_remove_task(ZOOM_connection c)
     if (task)
     {
         c->tasks = task->next;
     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:
         switch (task->which)
         {
         case ZOOM_TASK_SEARCH: