From 4fb1e20d16ff483847cbb3d96c20be4785a0d96a Mon Sep 17 00:00:00 2001 From: zhangsheng Date: Sat, 15 Mar 2025 16:20:46 +0800 Subject: [PATCH] optimize log --- threadfunc/thread_func.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/threadfunc/thread_func.cpp b/threadfunc/thread_func.cpp index 3bf550a..2b9e99b 100644 --- a/threadfunc/thread_func.cpp +++ b/threadfunc/thread_func.cpp @@ -128,7 +128,6 @@ open4G: if (ret <= 0) { timeoutflag++; if (timeoutflag > 5) { - zlog_info(zbt,"timeoutflag = %d\n", timeoutflag); timeoutflag = 0; const char *str2 = "+QENG: "; char csq[128] = {0};