mirror of
https://github.com/facebook/zstd.git
synced 2025-10-08 00:04:02 -04:00
removing extra logs
This commit is contained in:
parent
849b8c6de8
commit
639bb46954
@ -276,7 +276,6 @@ UTIL_createFileNamesTable_fromFileName(const char* inputFileName) {
|
|||||||
|
|
||||||
for(i = 0, pos = 0; i < nbFiles; ++i) {
|
for(i = 0, pos = 0; i < nbFiles; ++i) {
|
||||||
filesTable->fileNames[i] = buf+pos;
|
filesTable->fileNames[i] = buf+pos;
|
||||||
UTIL_DISPLAY("[TRACE] file %zu: %s\n", i, filesTable->fileNames[i]);
|
|
||||||
pos += strlen(buf+pos)+1;
|
pos += strlen(buf+pos)+1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user