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