From: Ahmed Abdellah Date: Thu, 24 Oct 2019 10:35:26 +0000 (+0100) Subject: removing extra logs X-Git-Tag: v1.4.5^2~141^2~35^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=639bb46954da5ab87404b093bbdd76a9bbdebdad;p=thirdparty%2Fzstd.git removing extra logs --- diff --git a/programs/util.c b/programs/util.c index fc90e9044..febfb4ad7 100644 --- a/programs/util.c +++ b/programs/util.c @@ -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; }