removing extra logs

dev
Ahmed Abdellah 2019-10-24 11:35:26 +01:00
parent 849b8c6de8
commit 639bb46954
1 changed files with 0 additions and 1 deletions

View 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;
}