From de487d14a0594670f17958b25e40845b0ba01c26 Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Sat, 10 Feb 2001 02:18:51 +0000 Subject: removed extra printf --- utils/genhdlist.c | 1 - 1 file changed, 1 deletion(-) (limited to 'utils') diff --git a/utils/genhdlist.c b/utils/genhdlist.c index 898ce167d..a86bf8630 100644 --- a/utils/genhdlist.c +++ b/utils/genhdlist.c @@ -346,7 +346,6 @@ int onePass(FD_t outfd, FD_t out2fd, const char * dirName, int cdNum) { compressFilelist(h); while (newFileListCount--) { - printf("f: %s\n", newFileList[newFileListCount]); free(newFileList[newFileListCount]); } free(newFileList); -- cgit