]> wimlib.net Git - wimlib/blobdiff - src/split.c
security descriptor application fix
[wimlib] / src / split.c
index f9811d97dd69ee57fc879e7d4d93ce724d9b1116..b8cb67896e57743eec0e768455260f9c76dbfcdd 100644 (file)
@@ -53,8 +53,6 @@ static int finish_swm(WIMStruct *w, struct lookup_table_entry *lte_chain_head,
                        lookup_table_offset);
 
        while (lte_chain_head != NULL) {
-               print_lookup_table_entry(lte_chain_head);
-
                ret = write_lookup_table_entry(lte_chain_head, w->out_fp);
                if (ret != 0)
                        return ret;