mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
disable debug output
This commit is contained in:
parent
820c37607e
commit
2906e89fec
@ -211,7 +211,7 @@ void HTMLRenderer::drawString(GfxState * state, GooString * s)
|
|||||||
|
|
||||||
//debug
|
//debug
|
||||||
{
|
{
|
||||||
#if 1
|
#if 0
|
||||||
html_fout << "\"";
|
html_fout << "\"";
|
||||||
double x,y;
|
double x,y;
|
||||||
state->transform(state->getCurX(), state->getCurY(), &x, &y);
|
state->transform(state->getCurX(), state->getCurY(), &x, &y);
|
||||||
|
Loading…
Reference in New Issue
Block a user