refactor: remove unused codes.
This commit is contained in:
parent
8c7ee17dd1
commit
44cfecc402
|
@ -214,7 +214,6 @@ void snapFileDebugInfo(SBackendSnapFile2* pSnapFile) {
|
||||||
|
|
||||||
if ((strlen(buf)) < cap) {
|
if ((strlen(buf)) < cap) {
|
||||||
buf[wlen++] = ']';
|
buf[wlen++] = ']';
|
||||||
buf[wlen - 1] = '\0';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
stInfo("%s %" PRId64 "-%" PRId64 " get file list: %s", STREAM_STATE_TRANSFER, pSnapFile->snapInfo.streamId,
|
stInfo("%s %" PRId64 "-%" PRId64 " get file list: %s", STREAM_STATE_TRANSFER, pSnapFile->snapInfo.streamId,
|
||||||
|
|
Loading…
Reference in New Issue