From: Adam Dickmeiss Date: Thu, 13 Apr 2006 00:43:56 +0000 (+0000) Subject: Remove log message X-Git-Tag: YAZPROXY.1.1.0.2 X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=commitdiff_plain;h=d23c53d4b4493f88a73a11d166e2a1a1d0aa2dd5 Remove log message --- diff --git a/src/yaz-proxy.cpp b/src/yaz-proxy.cpp index adc5208..14c2f5e 100644 --- a/src/yaz-proxy.cpp +++ b/src/yaz-proxy.cpp @@ -1,4 +1,4 @@ -/* $Id: yaz-proxy.cpp,v 1.56 2006-04-13 00:41:11 adam Exp $ +/* $Id: yaz-proxy.cpp,v 1.57 2006-04-13 00:43:56 adam Exp $ Copyright (c) 1998-2006, Index Data. This file is part of the yazproxy. @@ -3244,7 +3244,6 @@ bool Yaz_Proxy::dec_ref(bool main_ptr) assert(m_ref_count > 0); if (main_ptr) { - yaz_log(YLOG_LOG, "%sdec_ref", m_session_str); if (m_main_ptr_dec) return false; m_main_ptr_dec = true;