1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 09:38:40 +00:00

disable debug output

This commit is contained in:
Lu Wang 2012-08-16 14:14:01 +08:00
parent 820c37607e
commit 2906e89fec

View File

@ -211,7 +211,7 @@ void HTMLRenderer::drawString(GfxState * state, GooString * s)
//debug
{
#if 1
#if 0
html_fout << "\"";
double x,y;
state->transform(state->getCurX(), state->getCurY(), &x, &y);