diff --git a/ipc/native/c/manager/src/ipc_thread_pool.c b/ipc/native/c/manager/src/ipc_thread_pool.c index c886e3f4e704334707351b88b1ae4b25048bf324..87839be33375c9abc7f2446d5587e0dd8f9f82cf 100644 --- a/ipc/native/c/manager/src/ipc_thread_pool.c +++ b/ipc/native/c/manager/src/ipc_thread_pool.c @@ -52,7 +52,6 @@ ThreadContext *GetCurrentThreadContext(void) static void TlsDestructor(void *args) { - RPC_LOG_INFO("thread exit, call tls destructor"); ThreadContext *threadContext = (ThreadContext *)args; RemoteInvoker *invoker = g_invoker[threadContext->proto]; free(threadContext);