mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
comment out printf() to make output terse
This commit is contained in:
parent
595401e4c7
commit
a951ee9fe1
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ static void compressFile_orDie(resources ress, const char* fname, const char* on
|
|||
saveFile_orDie(oname, ress.cBuffer, cSize);
|
||||
|
||||
/* success */
|
||||
printf("%25s : %6u -> %7u - %s \n", fname, (unsigned)fSize, (unsigned)cSize, oname);
|
||||
// printf("%25s : %6u -> %7u - %s \n", fname, (unsigned)fSize, (unsigned)cSize, oname);
|
||||
}
|
||||
|
||||
int main(int argc, const char** argv)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue