projects
/
idzebra-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:
2861525
)
Removed useless debug msg
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 9 Jan 2008 22:17:34 +0000
(22:17 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 9 Jan 2008 22:17:34 +0000
(22:17 +0000)
index/recgrs.c
patch
|
blob
|
history
diff --git
a/index/recgrs.c
b/index/recgrs.c
index
3db3fc9
..
d7f80e7
100644
(file)
--- a/
index/recgrs.c
+++ b/
index/recgrs.c
@@
-1,4
+1,4
@@
-/* $Id: recgrs.c,v 1.21 2007-10-29 16:57:52 adam Exp $
+/* $Id: recgrs.c,v 1.22 2008-01-09 22:17:34 adam Exp $
Copyright (C) 1995-2007
Index Data ApS
@@
-450,7
+450,6
@@
data1_termlist *xpath_termlist_by_tagpath(char *tagpath, data1_node *n)
xfree(pexpr);
if (xpe) {
- yaz_log(YLOG_DEBUG, "Got it");
return xpe->termlists;
} else {
return NULL;