Fixed memory init problem for mod_dom in show records mode.
[idzebra-moved-to-github.git] / index / recgrs.c
index 3db3fc9..8a8e6d4 100644 (file)
@@ -1,8 +1,5 @@
-/* $Id: recgrs.c,v 1.21 2007-10-29 16:57:52 adam Exp $
-   Copyright (C) 1995-2007
-   Index Data ApS
-
-This file is part of the Zebra server.
+/* This file is part of the Zebra server.
+   Copyright (C) 1995-2008 Index Data
 
 Zebra is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
@@ -450,7 +447,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;