From 6cfebd072a3d80e6ed34a912250d19f206c48bcb Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Wed, 8 Mar 2023 13:20:37 +0800 Subject: [PATCH] remove log --- source/libs/transport/src/transCli.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/libs/transport/src/transCli.c b/source/libs/transport/src/transCli.c index 787b494719..9bd50bddc7 100644 --- a/source/libs/transport/src/transCli.c +++ b/source/libs/transport/src/transCli.c @@ -12,7 +12,6 @@ * along with this program. If not, see . */ -#include "tlog.h" #include "transComm.h" typedef struct { -- GitLab