X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fsplit.c;h=b8cb67896e57743eec0e768455260f9c76dbfcdd;hp=f9811d97dd69ee57fc879e7d4d93ce724d9b1116;hb=35dd893208119869db6a90b1d1663f9aea88a3f7;hpb=3b293f2984ccd95cf58363ae448deda14224d310 diff --git a/src/split.c b/src/split.c index f9811d97..b8cb6789 100644 --- a/src/split.c +++ b/src/split.c @@ -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;