X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fpazpar2_config.c;h=8068b13cbc141860009dfa2dd580ace49b66e553;hb=e3d8ed2a9688b50e22e71755d83984659879ecf3;hp=1dfb379fd1c8702eb7bb35a5b10d0c4620bf3832;hpb=73f38bc719bba1f83d1ead98ea1a4477e1a91631;p=pazpar2-moved-to-github.git diff --git a/src/pazpar2_config.c b/src/pazpar2_config.c index 1dfb379..8068b13 100644 --- a/src/pazpar2_config.c +++ b/src/pazpar2_config.c @@ -281,8 +281,6 @@ void service_destroy(struct conf_service *service) void service_incref(struct conf_service *service) { - yaz_log(YLOG_LOG, "service_incref. p=%p cnt=%d", service, - service->ref_count); pazpar2_incref(&service->ref_count, service->mutex); } @@ -1286,7 +1284,6 @@ void server_destroy(struct conf_server *server) s = s_next; } pp2_charset_fact_destroy(server->charsets); - yaz_log(YLOG_LOG, "server_destroy server=%p", server); http_server_destroy(server->http_server); }