Remove log message
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 4 Aug 2004 09:05:17 +0000 (09:05 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 4 Aug 2004 09:05:17 +0000 (09:05 +0000)
index/zebraapi.c

index b99874f..3e98491 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: zebraapi.c,v 1.121 2004-08-04 08:35:23 adam Exp $
+/* $Id: zebraapi.c,v 1.122 2004-08-04 09:05:17 adam Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
    Index Data Aps
 
@@ -1992,7 +1992,6 @@ int zebra_update_record (ZebraHandle zh,
                                 match, fname,
                                 force_update, 
                                 1); /* allow_update */
-    yaz_log(LOG_LOG, "zebra_update_record returned res=%d", res);
     zebra_end_trans(zh); 
     return res; 
 }