]> git.lyx.org Git - features.git/commitdiff
suppress unneeded output in minizip/zipunzip.cpp
authorBo Peng <bpeng@lyx.org>
Tue, 11 Mar 2008 18:24:32 +0000 (18:24 +0000)
committerBo Peng <bpeng@lyx.org>
Tue, 11 Mar 2008 18:24:32 +0000 (18:24 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23666 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/minizip/zipunzip.cpp

index 0cbc71299ef1d415280219fc0ff2d9a0f88f925a..c8bce555553da8c14568591ffefc927f096c766d 100644 (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();
                }
        }