From d6840ae07fda355fa764fa166378bf0de9844b6d Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Wed, 18 Oct 2023 14:22:52 +0800 Subject: [PATCH] fix transfer crash --- source/libs/stream/src/streamSnapshot.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/libs/stream/src/streamSnapshot.c b/source/libs/stream/src/streamSnapshot.c index f192474a65..5a6fdc314d 100644 --- a/source/libs/stream/src/streamSnapshot.c +++ b/source/libs/stream/src/streamSnapshot.c @@ -136,7 +136,6 @@ TdFilePtr streamOpenFile(char* path, char* name, int32_t opt) { char fullname[256] = {0}; STREAM_ROCKSDB_BUILD_FULLNAME(path, name, fullname); - qInfo("stream open file %s", fullname); return taosOpenFile(fullname, opt); }