From ffeb01e89cb6164a6689ca9c772705f250408c84 Mon Sep 17 00:00:00 2001 From: liubb_0516 Date: Fri, 13 May 2022 08:51:43 +0800 Subject: [PATCH] delete redundant logs Signed-off-by: liubb_0516 --- ipc/native/c/manager/src/ipc_thread_pool.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ipc/native/c/manager/src/ipc_thread_pool.c b/ipc/native/c/manager/src/ipc_thread_pool.c index c886e3f..87839be 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); -- GitLab