]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
removing extra logs
authorAhmed Abdellah <ahmedabdellah@fb.com>
Thu, 24 Oct 2019 10:35:26 +0000 (11:35 +0100)
committerAhmed Abdellah <ahmedabdellah@fb.com>
Thu, 24 Oct 2019 10:35:26 +0000 (11:35 +0100)
programs/util.c

index fc90e9044f82b7d6b49407d571639999f0182926..febfb4ad71be4867278d94470e98edb77d542dcf 100644 (file)
@@ -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;
     }