From: Howard Chu Date: Thu, 25 Jan 2007 13:53:08 +0000 (+0000) Subject: Remove extraneous debug statements X-Git-Tag: OPENLDAP_REL_ENG_2_4_4ALPHA~8^2~133 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9b5dbf9e3590413dfa2239f46dd5d05064f49b35;p=openldap Remove extraneous debug statements --- diff --git a/servers/slapd/connection.c b/servers/slapd/connection.c index 9aa78de007..15d0d09852 100644 --- a/servers/slapd/connection.c +++ b/servers/slapd/connection.c @@ -1970,8 +1970,6 @@ connection_fake_destroy( conn.c_connid = -1; op.o_connid = -1; - Debug(LDAP_DEBUG_ANY, "connection_fake_destroy: %p\n", eb, 0, 0 ); - ber_memfree_x( eb, NULL ); slapi_int_free_object_extensions( SLAPI_X_EXT_OPERATION, &op ); slapi_int_free_object_extensions( SLAPI_X_EXT_CONNECTION, &conn ); @@ -2013,7 +2011,6 @@ connection_fake_init( if ( ldap_pvt_thread_pool_getkey( ctx, connection_fake_init, &eb, NULL )) { eb = ch_malloc( sizeof( *eb )); - Debug(LDAP_DEBUG_ANY, "connection_fake_init: ctx %p, %p\n", ctx, eb, 0 ); slapi_int_create_object_extensions( SLAPI_X_EXT_CONNECTION, conn ); slapi_int_create_object_extensions( SLAPI_X_EXT_OPERATION, op ); eb->eb_conn = conn->c_extensions;