From 0519a64f42417bd20fdb3931f3d048afd3e051ed Mon Sep 17 00:00:00 2001 From: Agrant Date: Tue, 20 Aug 2024 02:35:32 +0000 Subject: [PATCH] update components/nstackx/nstackx_core/dfile/core/nstackx_dfile_transfer.c. Signed-off-by: Agrant --- .../nstackx/nstackx_core/dfile/core/nstackx_dfile_transfer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/components/nstackx/nstackx_core/dfile/core/nstackx_dfile_transfer.c b/components/nstackx/nstackx_core/dfile/core/nstackx_dfile_transfer.c index c7a20c2bb..75e8170b2 100644 --- a/components/nstackx/nstackx_core/dfile/core/nstackx_dfile_transfer.c +++ b/components/nstackx/nstackx_core/dfile/core/nstackx_dfile_transfer.c @@ -1540,7 +1540,6 @@ DFileTrans *DFileTransCreate(const DFileTransPara *para) void DFileTransDestroy(DFileTrans *dFileTrans) { - DFILE_LOGI(TAG, "session->allTaskCount %u", dFileTrans->session->allTaskCount); dFileTrans->session->allTaskCount--; DFileTransDestroyInner(dFileTrans); }