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:
ec4b6d4
)
Removed debug-like msg.
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 21 Oct 2008 13:56:21 +0000
(15:56 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 21 Oct 2008 13:56:21 +0000
(15:56 +0200)
src/zoom-c.c
patch
|
blob
|
history
diff --git
a/src/zoom-c.c
b/src/zoom-c.c
index
18aad9a
..
0d9137f
100644
(file)
--- a/
src/zoom-c.c
+++ b/
src/zoom-c.c
@@
-4015,8
+4015,6
@@
static zoom_ret handle_srw_response(ZOOM_connection c,
{
if (res->numberOfRecords)
resultset->size = *res->numberOfRecords;
-
- yaz_log(YLOG_LOG, "resultset->size=%d", resultset->size);
for (i = 0; i<res->num_records; i++)
{
int pos;