projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1352fba
)
Remove ZOOM lsg msg YAZ-846
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 15 Jun 2015 13:34:23 +0000
(15:34 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 15 Jun 2015 13:34:23 +0000
(15:34 +0200)
src/zoom-c.c
patch
|
blob
|
history
diff --git
a/src/zoom-c.c
b/src/zoom-c.c
index
b6cc643
..
7fd780d
100644
(file)
--- 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: