Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
[pazpar2-moved-to-github.git] / src / reclists.c
index 366ccae..99c033e 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of Pazpar2.
-   Copyright (C) 2006-2012 Index Data
+   Copyright (C) 2006-2013 Index Data
 
 Pazpar2 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
@@ -227,10 +227,6 @@ void reclist_limit(struct reclist *l, struct session *se)
                 pp = &p->sorted_next;
                 num++;
             }
-            else
-            {
-                yaz_log(YLOG_LOG, "session_check_cluster returned false");
-            }
         }
     }
     *pp = 0;