suppress unneeded output in minizip/zipunzip.cpp

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23666 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2008-03-11 18:24:32 +00:00
parent ed4919cd1a
commit be73bdd410

View File

@ -355,7 +355,7 @@ int do_extract_currentfile(unzFile uf,
// this is a directory
if ((*filename_withoutpath)=='\0') {
if ((*popt_extract_without_path)==0) {
printf("Create directory %s\n", filename_inzip);
// printf("Create directory %s\n", filename_inzip);
FileName(filename_inzip).createPath();
}
}