1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 00:35:40 +00:00

remove debug info

This commit is contained in:
Lu Wang 2012-10-06 15:23:20 +08:00
parent 7572e2942a
commit b2633ffc1b
2 changed files with 0 additions and 6 deletions

View File

@ -405,9 +405,6 @@ void HTMLRenderer::embed_font(const string & filepath, GfxFont * font, FontInfo
}
}
//debug
cerr << info.id << endl;
ffw_set_widths(width_list, max_key + 1, param->stretch_narrow_glyph, param->squeeze_wide_glyph, param->remove_unused_glyph);
ffw_reencode_raw(cur_mapping, max_key + 1, 1);

View File

@ -318,9 +318,6 @@ void ffw_set_widths(int * width_list, int mapping_len,
printf("TODO: width vs bitmap\n");
}
// debug
printf("enccount %d\n", (int)(cur_fv->map->enccount));
memset(cur_fv->selected, 0, cur_fv->map->enccount);
EncMap * map = cur_fv->map;