Remove debug yaz_log entries
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 7 Jan 2004 11:17:05 +0000 (11:17 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 7 Jan 2004 11:17:05 +0000 (11:17 +0000)
src/yaz-proxy-config.cpp

index 0e5fe31..c849575 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (c) 1998-2004, Index Data.
  * See the file LICENSE for details.
  * 
- * $Id: yaz-proxy-config.cpp,v 1.20 2004-01-07 11:10:55 adam Exp $
+ * $Id: yaz-proxy-config.cpp,v 1.21 2004-01-07 11:17:05 adam Exp $
  */
 
 #include <ctype.h>
@@ -475,12 +475,9 @@ int Yaz_ProxyConfig::check_syntax(ODR odr, const char *name,
                }
                if (schema && match_schema)
                {
-                   yaz_log(LOG_LOG, "Match_schema=%s", match_schema);
                    xfree(*schema);
                    *schema = xstrdup(match_schema);
                }
-               else
-                   yaz_log(LOG_LOG, "NO SCHEMA");
                if (match_marcxml)
                {
                    return -1;