From 9d577e365bb10ae1bc0b3e4ee76bc0f888896d4f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 7 Jan 2004 11:17:05 +0000 Subject: [PATCH] Remove debug yaz_log entries --- src/yaz-proxy-config.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/yaz-proxy-config.cpp b/src/yaz-proxy-config.cpp index 0e5fe31..c849575 100644 --- a/src/yaz-proxy-config.cpp +++ b/src/yaz-proxy-config.cpp @@ -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 @@ -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; -- 1.7.10.4