Remove the extensive logging
authorDennis Schafroth <dennis@indexdata.com>
Tue, 24 Aug 2010 15:52:44 +0000 (17:52 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Tue, 24 Aug 2010 15:52:44 +0000 (17:52 +0200)
src/zoom-sru.c

index 87155a1..57f02a3 100644 (file)
@@ -285,7 +285,6 @@ static zoom_ret handle_srw_response(ZOOM_connection c,
     {
         if (res->numberOfRecords) {
             resultset->size = *res->numberOfRecords;
-            yaz_log(YLOG_DEBUG, "res numberOfRecords " ODR_INT_PRINTF, *res->numberOfRecords);
         }
         for (i = 0; i<res->num_records; i++)
         {
@@ -305,8 +304,7 @@ static zoom_ret handle_srw_response(ZOOM_connection c,
                 pos = *res->records[i].recordPosition - 1;
             else
                 pos = *start + i;
-            yaz_log(YLOG_DEBUG, "pos %d start %d ", pos, *start);
-            
+
             sru_rec = &res->records[i];
             
             npr->databaseName = 0;