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 2013-09-19 00:20:03 +08:00
parent e45a49d40e
commit 2d1b810c4e

View File

@ -1319,9 +1319,6 @@ void CairoOutputDev::endString(GfxState *state)
GBool CairoOutputDev::beginType3Char(GfxState *state, double x, double y,
double dx, double dy,
CharCode code, Unicode *u, int uLen) {
//debug
printf("DEBUG: beginType3Char\n");
cairo_save (cairo);
double *ctm;
cairo_matrix_t matrix;